I'm trying to add a post function in transition.
I need the post function to run if Run this post-function only if a condition is verified
{{ issue.fields.summary contain "Request Access" }}
But I get error
Could someone help?
Hi @Serhii Vdovenko - Rather than a post function, I would leverage native Jira Automation for this. Your rule would look something like this:
Yes, thank you @Mark Segall
I can do it on Automation (this is my plan B), but I have a task to make it in post functions.
We already have several post functions. But it already has
{{ issue.fields.summary == "Request Access" }}
, and small changes to .summary contain"Request Access" would be easier
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.