Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Functions

Faranak Firozan US
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 16, 2020

I don't have JQL booster and I need to use the following functions "issueinepics" and "subtasksOf" that are not working in normal JIRA. What functions can I use instead?

This is my query which is not working:

issue in subtasksOf("Project = SREST2 AND issuetype = Epic AND status not in (Closed, Cancelled, Resolved,Done)") OR Project in (SREST2) AND issuetype in (Epic) AND status not in (Closed, Cancelled, Resolved, Done) OR issue in issueinepics("Project=SREST2") AND project != SREST2 ORDER BY key ASC

I want to show all the Epics in project SREST2 only and I want the issues inside each Epic to be shown from any other projects.

1 answer

0 votes
mfabris
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 16, 2020

What about 

parent in ("Project = SREST2 AND issuetype = Epic") AND resolution is empty

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events