Condition Evaluation for Script Listener for issue type - Script Runner for Jira cloud

Suresh Bhandiwad November 12, 2019

Hello Team,

I am trying to use condition evaluates option for Script Listener while using issuelink created in Jira cloud. I am trying to evaluate whether outward issue issuetype is CII

Event: issuelink created

issue.issueType.name.match('^(CII)$') != null

IssueLink.issue.issueType.name.match('^(CII)$') != null

Tried to follow below documentation, didn't help much to get it worked:

https://developer.atlassian.com/cloud/jira/platform/jira-expressions-type-reference/#string

https://developer.atlassian.com/cloud/jira/platform/jira-expressions/

Can any one help on this in Jira cloud?

 

1 answer

0 votes
Suresh Bhandiwad November 12, 2019

Looks its not possible to choose issue type check with issue link created event. It returns Null value. Figured it later.

Suggest an answer

Log in or Sign up to answer