Hello,
When I create a new ticket, I would like to recover data from 5 custom fields from another related on ticket. My two ticket are linked by a "related on" dependencie. My 5 custom fields are the Summary, Description and 3 specific fields. How can I do an automation rule for that?
Thank for help
Welcome to the Community.
You can do this using Automation, but what will work best for you depends on the process. Are you looking to...
If you can provide this information, I'd be happy to give you some ideas for how best to trigger and then copy the data from the source to the destination issue :)
Ste
Hello,
yes I tried the solution of Renata below but I did not work.
When I create a new ticket "type X" - I set the field Linked issue to a previous ticket "Type Y" which contains some generic field.
I validate my ticket Type X and the automative rule complete the fields Type X with the data from the fields Ticket Type Y.
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To automate the recovery of data from 5 custom fields on a "related on" ticket, you can set up an automation rule in Jira to copy the field values when the new ticket is created. Here’s a step-by-step guide:
For each field (Summary, Description, and your 3 specific fields), add a Edit Issue Fields action:
{{issue.summary}}
{{issue.description}}
{{issue.customfield_XXXXX}}
(Replace XXXXX
with the field ID of your custom field.){{issue.customfield_XXXXX}}
{{issue.customfield_XXXXX}}
To find the Field IDs for your custom fields:
If you run into any issues or have additional questions, feel free to ask. We at Getint specialize in helping teams streamline their workflows with custom integrations and automation solutions. Don't hesitate to reach out if you need advanced customization or integrations with other tools like Jira, ServiceNow, or GitLab!
Best regards,
Renata
Getint | Integration & Workflow Solutions
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.