What I would like to do is search multiple Features for Tasks/Stories/bugs assigned to a specific assignee.
I can use the following to pull everything from a single feature but I can't add multiple feature numbers/IDs to this.
issue in linkedIssues(JiraFeature##) And assignee = dvader and issuetype in (story, task) ORDER BY Rank ASC
So is there a way to search multiple features for or Tasks/Stories/bugs assigned to a specific assignee?
BTW, in my specific case all of these Features are assigned to the same EPIC, if that helps.
How are you representing your "features" in Jira?
I assume you are asking for the following information:
Features are children of the EPICs and Tasks/Stories/Bugs are being assigned to the Features. FOr Example, There is a January Support Feature and we assigned all support activity to that Feature and so on for each month. In some cases, the Tasks/Stories/bugs have been added as a child to teh EPIC but not consistent for the year which I'm trying to fix.
Does that help?
LeRoy
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.