Hi, I am trying to achieve the following task based on a numeric value (X):
If category in (A, B, C):
Create 2*X issues/tickets:
Else:
Create X issues/tickets.
Can someone please tell me how can I do this in jira project automation?
Thanks!
Good day @Madhuri Kallem
@For your request may I ask if you have Jira scriptrunner and if you are familiar with groovy scripting? If yes, then you can achieve this with the add-on by adding your script into the post function of your workflow.
Scriptrunner addon: https://marketplace.atlassian.com/apps/6820/scriptrunner-for-jira?tab=overview&hosting=server
Scriptrunner examples: https://scriptrunner.adaptavist.com/6.19.0/jira/recipes/workflow/servicedesk/clone-issue-sd.html
I am not sure this is achievable with project automation as I don’t think it has a logic to match the For expression.
Hi @Ismael Jimoh Thank you for the quick response. No I am not familiar with Jira scriptrunner and groovy scripting. Are there any examples / tutorials that I can follow to achieve this task?
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are welcome.
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.