Hi,
I'm trying to build an advanced JIRA request by there is something missing.
My request should be the combination of 2 requests :
project = xxx AND issuetype = Feature
project = xxx AND issuetype = EPICS and labels ="YYY"
(for One EPICS, I have many Features)
What I want is to only extract the Feature for which the EPIC to which they are linked contain the value "YYY" in the labels FIELD)
Some thing like project = xxx AND issuetype = FEATURE and EPIC.labels contains "YYY"
Hope it's clear and you can help me.
Best Regards
Labels is a field which is present either in FEATURE and EPIC type
Here my request concern EPIC Type.
In the menatime, I may have found something that could work :
project = XXX AND issuetype = Feature AND issueFunction in linkedIssuesOfAll("project = XXX and issuetype =EPIC and labels = YYY")
After having additionnal look on documentation, I found linkedIssueOfAll () request that seems to be used as a link betwwen 2 requests.
Do you think it could be the right solution ?
Looks good!
An EPIC is a type of ISSUE.
I think what you want is to add matching labels on the epics and features.
You could also write your query to include all epics but only the features that include the label.
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Jira Administrator
Configure Jira Software, Jira Core, or Jira Service Management, including global settings, permissions, and schemes.
Managing Jira Projects Cloud
Learn to create and configure company-managed projects in Jira Software and partner effectively with Jira Admins.
Learning Path
Become an effective Jira Software Project Admin
This learning path is designed for team leaders who configure Jira Software projects to match a team's processes.