I want to make an automation that will email every assignees who had ever been assigned to an issue when the description change.
I can create the workflow emailing to the current assignee but unable to find all assignees ever assigned.
Asking ChatGPT did not help. keep asking to pick something did not exists in the workflow build UI.
Can someone show me the steps or point me to the right document?
thanks
Hi @A Lau
First thing: what problem are you trying to solve? That is, "why do this?" Knowing that may help the community offer additional suggestions than automation rules.
Until we know that...
There are likely several ways to solve this need, each has a common challenge: What do you want to do when someone was assigned in error? Do you want to continue to email a person in that case?
Back to possible approaches:
Before building a rule, I recommend clarifying the "why do this", and perhaps try the built-in Watcher feature described in approach #1.
Kind regards,
Bill
Hello @A Lau
Welcome to the Atlassian community.
This is not something I have implemented before so I asked Chrome Gemini:
"in jira cloud automation how can I get all the people who have ever been assigned to a specific issue and send an email to them?"
Following is its response. I confess that I have not actually tried Method 1 of these suggestions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That first endpoint may not return all changelog entries due to paging, and it will not contain the email address for each Assignee in the changelog entries.
Using the bulk-get changelogs endpoint could filter by the Assignee field, increasing the chances of one single read getting them all. But still, either:
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.