Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
width30%
Panel
borderColor#333f48
bgColor#FFFFFF
titleColor#eeeeee
borderWidth1
titleBGColor#333f48
borderStylesolid
titleOn this page

Table of Contents
maxLevel1

Column



Features used to implement the example



Example: Make an issue inherit highest priority among those of linked issues

I will show how to make an issue inherit the highest priority among those of linked issues, when issue links are of type "blocks". We also want to inherit priority only from issues in a status different from "Resolved" or "Closed". I have also checked the option for recursive reading in order to get the highest priority not only among directly linked issues, but also among those transitively linked, i.e., linked to linked issues.

To implement this functionality I'm going to use post-function Read fields from linked issues or sub-tasks in transition "Create Issue". Let's see how to do it in screenshots:


This is how "Create Issue" transition looks like once it has been configured:




Other examples of that function

Incoming Links
pageRead fields from linked issues or sub-tasks
labelsexample

Related Usage Examples

Content by Label
showSpacefalse
cqllabel = "example" and label = "issue-links"