Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxLevel1
typeflat

Features used to implement the example



Example: Block creation of issue type X if it has not been linked with link type Y to issue type Z on the "Create Issue" screen

I have an issue hierachy that at the moment is not mandatory (that means that you can create an issue without being linked to anyone). I would like to enforce this hierarchy.

You have to use validator Validation on linked issues. I will show the configuration to use for an example to enforce to set at least one "has Epic" issue link with an "gh.issue.epic" issue type. In this example, the linked issue can be at any status and with any resolution.


Once configured, transition will look like this:




Other examples of that function

Incoming Links
pageCondition and validation on linked issues
labelsexample


Related Usage Examples

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

...