I would like to have a list (filter) of all items (can be Story, epic, tasks, bugs...) which have a link issue to items from issue type X (Retrospective issue type in my case).
Is it possible?
Hi @Sari Kachorovsky , to be clear you wish to find all issues that are linked to other issues of 'type-x'? Maybe if you turn the thought around....
Find all issues of 'type-x' where links exist....
Type = 'type-x' and issueLinkType is not EMPTY
then you can assess the links.
there is not a solution (natively) to find issues where their links are to issues of 'type-x'.
@Jack Brickey Thanks, that is actually my solution for now but it is not good enough because it requires me to enter one by one to the link issues and get their details. I wanted to get this list of all the linked issues details (status, summary, assignee and so on).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Jack Brickey I'll be glad if you can help me with this automation - in order to solve the problem above, I want to do an automation that each time there will be a link action, it will check if the linked item is from issue type Retrospective and if it is, it will add to the triggered item (not the Retrospective type) the label RETRO. I manage to create the automation but it adds the label to the Retrospective item and not to the triggered item. What I need to change?
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.
@Sari Kachorovsky , great! Sorry for the delay in getting back to your post as I was away much of yesterday. Indeed the Branch is what you needed here.
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.