EPIC Link and Issue Type

Sachin Kumar July 21, 2016

Hi All,

It is possible to achieve the below requirment during the time of issue creation:

 

1) EPIC and Issue Type

 

EPIC LINK = "LIST 1 EPIC" and Issue Type = "DOC"

 

If EPIC LINK = "LIST 1 EPIC" and Issue Type = "DOC" it will work.

If any other issue type apart from "DOC" and the user will try to map the same "LIST 1 EPIC", user will get an error message


2) Issue Type and EPIC 

 

if Issue Type = "DOC"

and the user will try to link any other EPIC apart from "LIST 1 EPIC", user will get an error message.

1 answer

0 votes
Tarun Sapra
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 21, 2016

You can use validation phase of workflow create transition and put in a  groovy script using script runner plugin which does the check of the "If EPIC LINK = "LIST 1 EPIC" and Issue Type = "DOC" it will work." otherwise it returns false in the validation and thus showing an error message. 

Sachin Kumar July 22, 2016

@Tarun Sapra I am new in JIRA, could you please help me with this.

Suggest an answer

Log in or Sign up to answer