We have a multi select or checkbox field with a number of possible options. Consider this to be something like "Impacted Functions":
Impacted Functions:
We would like a single automation rule which (when invoked) will create a distinct subtask for each of the checked values without hardcoding the list of possible values in the rule itself.
ie: checking the first three items above - and invoking the rule - would result in three new subtasks:
Or, by the same token, against the "Affects version/s" field, (for an example where the possible values is large and frequently changing), new subtasks for:
Is this something that's currently possible and I'm just not seeing it?
Hi Charles,
Scriptrunner or Automatic subtasks professional
The first one needs coding, the second one does not.
Hope this helps
Josh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Charles Albrecht, you could probably do dynamic sub-task creation using the Scriptrunner or Power Scripts add-ons (which also integrate into Automation rules). I've found a few complex tasks where I offload functionality to the script engines, but still want to use Automation's triggers, audit log, etc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Charles,
Unfortunately we don't support this use-case yet in Automation for Jira: https://codebarrel.atlassian.net/browse/AUT-81
For now the only way around this, would be to pretty much 'hard-code' the values as you mentioned, with a bunch of if/else blocks, which isn't ideal.
We've got quite a few higher priority items in our backlog, so it will be quite a while before we'll get to this, but we'll leave a not here when we do!
Cheers,
Andreas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.