Hi,
I have a Kanban project with a specific workflow and what I need is that in the CREATION of a issue, depending on a custom field, Jira sends an email to specific addresses.
Looking at the postfunction in the workflow I see that on the status "Created" I cannot put any condition (where I can set for a specific value of a custom field send the notification to someone, if that custom field has another value, send it to another person). However, in other workflow status (after de "creation") I do can.
Below the step in the workflow and the impossibility of creating a postfunction based on a condition.
versus:
where I can add a condition (depending on the value of a custom field) with a postfunction (send email)
Is any other way to make this condition as soon as an Issue is Created?
On the other side, on the "Notifications" section, I can create emails depending on the issue status for specific custom field, but it does not appear in the list all the custom fields, because there are only "Users custom fields"
Do you have any solution?
The Jira is: Jira Software 8.6.1 Server version.
Thank you in advance
instead of a post function, create a listener that executes on issue creation. in your code, look to see if it's a sub-task that's just been created. if so, then grab the watchers from the parent and add them to your new sub-task.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.