In our organization, we fix list of epics to be accomplished within a Program Increment. Stories associated to them are changing because it's hard to get the final list. Now, the requirement is, list down stories newly created after the Sprint within the Program Increment started. Once identified, we have process to include them or not.
You can search for any issue type (be it a story, task, whatever) created recently like this:
issuetype = story and created >= -7d
That would return stories created in the last 7 days. Is something like that what you're seeking?
Yeah, something like that. But it has to be part of the epics listed in the past. I think i can use your query as part of the entire JQL. Perfect! Thank you for the help, appreciate it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.