Hello,
In Jira DC we use the apps Scriptrunner, Automation for Jira, Jira Misc Workflow Extensions and Jira Workflow Toolbox.
We are now investigating whether we can do with fewer apps and want to phase out Jira Workflow Toolbox.
Only we are now looking for the right alternative for the condition “Compare two values" (Comparison condition based on two fields).
Who has a good alternative condition for us?
Regards, Marco
You can use JMWE's Build your own condition with a very simple script: such as
!issue.customfield_12345 || !issue.customfield_12345.some(u => u.accountId == issue.reporter.accountId)
You can use the issue fields help tab below the script editor to figure out the custom field id.
Please consider: why are you comparing the two fields, and what do you want to do next? Knowing the answer to that may help you narrow down which of the products can support your need after the condition. Thanks!
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am biased towards ScriptRunner (for good reason) because you can write custom scripts not only in workflows but other places as well like listeners. It opens up lots of possibilities and you can implement variety of use cases to cover lot of automations and customisations. The only things is that you need a resource/competency to manage those scripts which in my opinion is not that difficult for those with little bit or programming experience.
Also if you have plans to migrate to cloud then your scripts written for server needs to be rewritten for cloud.
Ravi
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.