I'd like a query that lists all of the stories I own in the active sprint, along with all of the stories that have me listed as a sub-task owner in the active sprint. Is this doable?
I can get a list of all the stories and sub-tasks which doesn't quite hit the mark. It results in some redundancy, since in some cases, I am both the story assignee, AND the sub-tasks assignee. This is why I'm hoping to just show a list of stories.
sprint in opensprints() AND assignee = currentuser() OR (issueFunction in parentsOf("sprint in opensprints() and assignee = currentUser()"))
You can use the above JQL query if you have scriptrunner app installed in your instance.
For more details on issue function usage you can go through the below link
I'll need to confirm with my admin on Monday, but not sure I do given some unexpected results when I use your query. Is this only possible with the scriptrunner app?
The query might be close...if I could just hide the sub-tasks from the results, I think it would be what I'm looking for.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Need to investigate more, but it might be working after all. I included a Priority filter, which was excluding sub-tasks with missing priorities. Need to go through and do some cleanup to be certain, but I think that was my problem. Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Confirmed. It worked, just needed to clean up some data fields on my side. Thank you!
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sure, no problem and happy to help! Since I helped you out, can you please Accept my answer?
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.