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.
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.