I'm trying to build a jql in order to get the list of issues added on sprint backlog at a given date. This info is available in web application by visiting the burndown chart on jira. There is a log below the figure listing all the events and associated issues.
Until now, I have only managed to retrieve only the issues created at specific date by using created jql function.
For example if I search for:
sprint={sprintId} and created>={date} and created<{date+1}
the results list all the issues created that specific date but not issues that were already existing previously and were moved to the sprint backlog. Thanks
Hi.
i know that ScriptRunner has usefull JQLs - like checking issues that were added after the sprint started.
maybe it helps you
As far as I know, it will not. These functions tell when something is added considering the start date of the Sprint, but not when the issue was added to a certain Sprint. Honestly, I am having the same problem to solve...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We have similar problem: we'd like to list all the issues that were brought to a sprint (called as inherited) in an "in progress" state either because they had not been finished in the previous sprint or because their implementation was suspended and now it is about to continue. These issues are not added after the sprint starts but before that, but the stories are already started. In other words we are looking for those issues whose new-to-in progress transition was before the given sprint started.
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.