Hello,
I am looking to locate all subtasks with a particular summary that are the child of a User Story that has a set fixversion (subtasks do not have fixversion assigned and current internal processes wont let assign fixversion to subtasks)
So basically, for Stories inside fixversion ABC, i need to sort out all Subtasks with summary XYZ.
Is there any way to do this WITHOUT any add-ons? (not an admin)
Thanks a lot!
Short answer is No. Not currently.
Add-Ons provide the functionality to suquery, so finding subtasks of certain parents (those parents being determined by JQL)
such as:
issueFunction in subtasksOf("project = XXX AND issuetype = Task AND status = Closed")
Without add-ons the closest thing you can do requires you to refer to the exact parent issues (it won't find them for you) such as:
parent in (XXX-6536), where XXX-6536 is the key of the parent whose subtasks you want to analyze.
That´s too bad.. I am able to do that search through smart values when I set up automations.. but I need to generate a report this time with that info...
Anyways, thanks a lot for your quick response!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just a massive failure on Jira's part. Not able to subquery? That's requirement #2 in the planning stage, IMO.
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.