Hello,
I would like to query all sprints for particular team. Then I would need to gather information (number of issues: original, added, removed) about every sprint found in the query.
Could you please advise how this can be done?
Best regards, Georgiy
Thanks for idea. In this case I would get information about completed, not completed, and removed issues.
Do you know how to get information about issues added to sprint after start time (marked with *)?
Use JQL to gather the information?
team = ... AND sprint is not EMPTY
team = ... AND sprint is not EMPTY AND issuetype = "Story"
I can't really say that I completely understood your question.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for your answer.
What I would like to get is to have information such as:
how many issues were in the begining and in the end of the sprint, i.e. how many issues (stories) have been added
Do you know whether it's possible to query such information?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would take a look at the sprint report. At the beginning of each section (not completed, added...) you have a "view in issue navigator link". I would then export the data and analyze it in Excel...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for idea. In this case I would get information about completed, not completed, and removed issues.
Do you know how to get information about issues added to sprint after start time (marked with *)?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Team is some custom field.
My intention is to get sprint specific information: aded/removed issues (and their amount of stories)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Team is some custom field.
My intention is to get sprint specific information: aded/removed issues (and their amount of stories)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is a "team"?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.