Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Nunjucks expression for JIRA smart value {{issue.rejection count}}

Claudia Gerbersmann October 14, 2024

I'm trying to convert a JIRA native automation into an event based rule in JMWE. 

The original post function is: 

Edit issue field Config Status to 

{{issue.rejection count}}+12

I can't seem to find how issue.rejection count would be addressed in Nunjucks! 

Would anybody know how?

 

 

1 answer

1 vote
David Fischer
Community Champion
October 14, 2024

Hi @Claudia Gerbersmann 

try this:

{{issue.fields["rejection count"] + 12}}

Suggest an answer

Log in or Sign up to answer