In our service desk (on Cloud) there is a certain class of tickets that some users would like to be able to reference, even if they are not the reporter. I'd like to automatically have either an Organization added, or the specified users added as Request Participants.
In my first attempt, I created an Automation that filled a custom people picker field when the created ticket was of the correct type. When this ticket transitioned to complete this custom field was copied over to the Request Participants field. This worked, but it overwrote the values in the Request Participant field already.
Next, I attempted doing the same thing using a Custom text field for Organizations and tried copying that over to the Organizations field during a transition. This did not work. Organizations must be a specific type of field that can't be copied as text. I tried doing the reverse (copying from the Org field to the text field) and the value did pass over, but copying that value fails to do anything.
Without using an outside scripting tool does anyone have any ideas on how I would be able to accomplish the task I am trying to do? For now, I am going to subscribe to a filter and add the Organization using a bulk edit weekly.
Thanks for any help that can be offered.
Hi Patrick,
The built-in Automation in Jira Service Desk is very limited. We have many feature requests suggesting the improvement of automation:
- https://jira.atlassian.com/browse/JSDCLOUD-2058
- https://jira.atlassian.com/browse/JSDCLOUD-6197
- https://jira.atlassian.com/browse/JSDCLOUD-6257
- https://jira.atlassian.com/browse/JSDCLOUD-5916
In this case, I would suggest the add-on Automation for Jira that gives the ability to edit the Request participants and Organization fields and it has more "If/Else" and "Then".
There are the paid version and the free version that you can use 300 free rule executions per calendar month.
- Automation for Jira
- Automation for Jira - Cloud Lite
That would be the workaround for now, until those feature requests are implemented.
Regards,
Angélica
I was afraid of that! Thank you for your response.
For now I'm going to stick with the manual approach and take another look at the plug-in later.
I'll be voting on those tickets. Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Anglelica,
I tried finding the "edit the Request participants and Organization fields" in the Automation add-on in Jira and I could not.
I am trying to achieve
WHEN: a new ticket is created
IF: customer=x,y,z
THEN: add Request Participant = organizationA
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Mahmoud,
Thank you for reaching out to Atlassian Community!
When using the Automation for Jira, the option to add Participants or Organizations are on the “Edit issue” action.
Please, go to the automation and on “Action” select “Edit issue” and add select the desired fields.
Regards,
Angélica
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think the reason i can not find it is because i am using the Server Lite version, am I correct?
Automation for Jira - Server Lite
Automation for Jira
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The Server version should have the same options.
When you select the "Edit issue", does it show all fields?
I'm asking because when we create an automation, it should show all available fields on the instance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Angélica,
On my side I am not able to see the field "Request Participant" when clicking "Edit issue".
How can I activate that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Philipp Richter,
The fields should show by default because the automation can be applied to any project.
Regards,
Angélica
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is possible with Automation.
I spent a few hours in this hole but now we have a solution in place. Perhaps it was part of the recent updates.
If you go Project Settings > Automation and create a new rule, once you select your trigger you can select "Edit Issue" as one of the options. In this option you can choose the "Organization" or "Request Participant" field.
FYI that took me a while to find out, if you want to "add" (rather than replace), you need to select two values: "Copy from Issue" and your new organization.
Hope this helps folks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you, Jose! This information was useful and I was able to set up an automation today
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately, I tried using the automation, and neither Organization nor Participants is in the list of fields to select.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same for jira service desk
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Never mind it's a global option,
Settings (Cogwheel) / System / Automation
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is this option available in jira service desk server?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just related to this topic.
@jose Thanks, I was able to set the rule to add a default participant, whenever an issue was created.
However, now my requirement is that if there a specific list of reporters which need to add that participant by default, while raising an issue. How do I do that ?
Thanks
Sourabh
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.