I have email request form, where the users will enter the summary and description of the issue submits the request. I want to set the component value dynamically based on the summary field.
Let me know how this can be achieved.
Thanks in advance.
Hi Harikrushna,
Thank you for reaching out to Atlassian Community!
This is possible with automation, but it’s also complicated because we never know if the customer will indeed add the keyword to the summary for the automation to run.
If customers always use the same pattern to create tickets, you can create automation as the example below:
As the request type for issues created by email is very limited to have only summary and description, there is no other field that we can use to create an automation to update de component.
Regards,
Angélica
Thanks
To use this automation, do I need to add any plugin or application subscription.
Could you please share more details.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is the built-in automation in Jira Service Desk, it's not necessary an add-on.
Please, go to Project settings > Automation to create an automation.
You can find more details on the documentation below:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the help, I added the rule to edit the component as per my requirement forSAP.
Here is my observation, whenever a new email request comes, by default the component is set to un-assigned. After the execution of this rule, it is showing both the components SAP and un-assigned.
Could you please help me remove un-assigned from the component.
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.
For a component to be added it must be an automation that is adding this value or the field is hidden in the form with a default value.
Please, go to Project settings > Request types and click on “Edit fields” for the request type used for tickets created by email and check if the field is hidden. If so, you can delete the field from the form.
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.