Community moderators have prevented the ability to post new answers.
Hi Dodger,
I am not on the Jira team, but I will try to help.
Can you elaborate on where you are trying to do this? Are you creating a filter with JQL?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We have Jira Cloud. In my previous role we had Jira on premise. There used to use the issue.function functionality to identify Epics with open stories.
When I try to use it I get a permissions error?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
saw this from 2014
Maarten Cautreels COMMUNITY CHAMPION Mar 24, 2014
Hi Jay,
I'm afraid this isn't possible in OnDemand. For the download version there's a plugin called Script Runner. And do stuff like:
issueFunction in subtasksOf("project = XXX AND issuetype = Task AND status = Closed")
But I'm afraid that isn't possible on the OnDemand version (yet).
Best,
Maarten
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
using
project = PLAY and issueFunction in subtasksOf("statuscategory != done")
get response
Field 'issueFunction' does not exist or you do not have permission to view it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
same with this query
issueFunction in parentsOf("project = play and status = Open")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any solution this with out using scriptrunner on cloud version?
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.