i want to build a query to show the status of story is "done" or "closed" but status of sub-task under this story is "start". what should i do?
Hi, you can't do that with plain Jira, because Jira does not now subqueries. Do you have the sricptrunner app? With that, you can define a subquery like that:
status in (start) and issuefunction in subtasksOf("status in (done, closed)")
Hi Thomas. thanks for your reply. i just using advanced search in Jira. as you said, that means i can't get the result that i want?
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.