Hi @[deleted],
Using a plugin (script runner) it's pretty easy.
JQL: issueFunction in epicsOf("issuetype = story and fixversion = xyz")
you can refer to:
Hope this helps.
Thanks Ollie. This helped a lot.
To anyone using this:
If your fix version is more than one word you need to use single quote around it. See here:
issueFunction in epicsOf ("issuetype='User Story' AND Fixversion='xyz version number'")
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.