hi - I'm trying to run a search query which shows a specific epic and user stories listed under the epic in priority order. This is so I can easily export an epic specific prioritized extract for the business quickly and easily
I've tried
"parentEpic" = XX-XXX ORDER BY Rank
But this returns all the subtasks hanging off the stories - how do I exclude these from the results to keep it only at epic/story level.
Thanks
You could try "parentEpic" = XX-XXX AND issuetype in (Epic, Story) ORDER BY Rank
Let me know if it helped you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, it is not an answer, but i am not able to post a question and need answer asap.
I just installed the bitbucket extension for vs.
Apart it is already full of bug, how can I log in?
There is a project shared with me, I need to access it.
I can log in on the web with google or ms account.
Neither work.
and why impossible to publish a question?????
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.