Hi everyone,
I am creating an automation to pass some fields down from JIRA ticekt A to JIRA Ticket B.
The Automation was when Ticket A created, if condition passed, it will create a new Ticket B, and will pass some fields from Ticket A to Ticket B.
Both using the same Fields.
I am having issue with 1 field, which is a multi-checkbox field type.
The Automation Audit Log shows success.
However, the multi-checkbox field wasn't passed from Ticket A to Ticket B.
No matter what option was checked in Ticket A, the corresponding field in Ticket B will just shows None.
I found the customfield_# of that field from JSON view.
I used {{triggerIssue.customfield_#}} to pass fields from Ticket A to Ticket B,
All fields seems working except 1, which is a multi-checkbox field.
I tested to put the same {{triggerIssue.customfield_#}} in the Description Field, which shows all the checkbox options that were being checked, and separated by commas
So, the field ID was correct, but just not passed to the corresponding fields that was actually using the same Field as in Ticket A.,
Anyone has any idea what might be wrong?
Thanks a lot,
Hello @ali
Can you share screenshot of your rule.
Unless you are doing complex things in your rule, You can, in your Edit Issue screen, select this field and. .when you click the 3 dots by the ellipsis (highlighted yellow), you can choose to copy from Trigger issue. Like below:
As said, sometimes you may have to do this using Advanced Edit but depends on the use case so please share your rule so we can help. Thanks!
Thanks for your response @Kalyan Sattaluri
Here is my Automation started.
Then in the "Create a new"
As you can see the 3 dots doesn't have the options as in your screenshot.
I checked in JSON view of the Trigger ticket, the customfield_# is correct, and when I put that in Descriptions,
Then the selected options will be showing in the Ticket B's description separated by commas.
Thanks a lot,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @ali
Once you select "Copy", it will open up options in the main screen and you need to choose "Issue to copy value from" = Trigger Issue and, "Field to Copy" = your checkbox field..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you very much @Kalyan Sattaluri
Your suggestion solved my issue again.
Thanks a lot and have a great day.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What I was trying to do is get that Multi-Checkboxes field copied from Ticket A to Ticket B with the option selections too.
My current workaround is the options checked was printed to Description Field in Ticket B, and we manually place the check mark on those options in Ticket B.
I would like to get it done in the automation.
Thanks a lot,
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.