How to prevent Creation an specific issue type under Epic ?

Issue #822 resolved
GabrielJ created an issue

Currently, I did not found a method to restrict creation of a specific Issue Type ("Theme") under Epic.

I tried to use the following without success:

Only if the following boolean expression is true: %{Issue type}= "Theme" IMPLIES %{Parent's Epic Link} = NULL Message to show when validation fails: "".

Comments (5)

  1. Fidel Castro Armario repo owner

    Hi @gabyj,

    You should use field Epic Link instead of Parent's Epic Link.

    Use the following boolean expression:

    %{00014} = "Theme" IMPLIES %{nnnnn} = nul
    

    replacing nnnnn with field code for Epic Link.

  2. Fidel Castro Armario repo owner

    I close the issue, please reopen it if you find that provided solution is not satisfactory.

  3. Log in to comment