Forums

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

Get all epics that are linked to improvements with label XPTO

PN JA September 21, 2022

Hi,

 

I hope you could help me, I need to get all epics which are linked as "related to" to improvements/features labeled XPTO.

 

Could you help me?

 

 

2 answers

1 accepted

3 votes
Answer accepted
Florian Bonniec
Community Champion
September 21, 2022

Hi @PN JA 

Do you have access to app such as Scriptrunner or JQL tricks ?

If you have access to Scriptrunner you can it it like that

 

issueFunction in linkedIssuesOf("type in (improvements, features) and labels in (XPTO)", "related to") and type = Epic

Regards 

PN JA September 22, 2022

Hi @Florian Bonniec

Unfortunately, I don't have access to and with the linkedIssues() isn't possible.

Do you know another way?

 

Tnks

PN JA September 22, 2022

Hi @Florian Bonniec

Many thanks for your help, I talk with your IT and now I could use the linkedIssuesOf.

0 votes
Kristján Geir Mathiesen
Community Champion
September 21, 2022

Hi @PN JA 

Do a CTRL-F on this page with the word "link"

HTH,
KGM

Suggest an answer

Log in or Sign up to answer