Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×I've updated a rule to copy a paragraph text field from an epic to a story for a create story action.
It has worked and is still working for all other fields in the rule. I re-fetch data at appropriate points, so it shouldn't be a timing issue.
Ideas?
It seems that I needed to add a re-fetch after the completed IF/Else clause, and before the create stories steps rather than after each IF within the if/else clause.
All of the other fields that I copy from the epic are populated when I create the Epic, immediately after which I re-fetch the data so that it can be applied to the stories.
Thanks for the help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As I mentioned, the rule works for every other Copy from Current Issue action. See attached.
Even so, I did as you suggested, and changed the parameter to Trigger but it didn't change the result. I did two tests..one where I left the Copy from Current Issue as it was on the others, and one where I changed them all to Copy from Trigger. They both worked for all but the Batches field.
I've tried Copy from Current, Epic, Trigger, Parent, and none of them provide the result I'm looking for.
In my experience, Copy from Current Issue has always returned expected results for nested "Create Issue" actions, when I would expect the Trigger, Parent, and Epic to do the same (though they don't always).
It's strange.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This error message appears in the audit log.
I've checked the custom fields, field configuration, schemes, screens, contexts, and I can't find any reason that this field would be unavailable. What's interesting, is that the second custom field is found and is applied where I want it to be, even though I get this error.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Becky Klein
Thank you for reaching out.
If you would like to copy the batches field from the Epic to the new Story issue, I suggest using the Trigger issue parameter instead of Current issue. The Current issue parameter is copying the value from the Story issue itself, while the Trigger issue parameter will copy the value from the issue that triggered the rule (Epic).
You can do that by clicking on "Copy Batches from current issue" and selecting "Trigger issue":
Let us know if that works.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Becky Klein
Considering your message above, I believe the problem might be in the field configuration of your Story issue type. Allow me to further explain:
The automation plugin works as a regular user when editing issues. That means that your project must allow the automation user to properly edit the issue just like a regular user.
That being said, I suggest the following steps:
If none of the steps worked, please let us know if there are any errors reported in the rule's audit log.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I had all of the required fields available in the Create and layout screens.
Thanks for the help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Becky Klein - I don't think you need all of those re-fetch actions. Perhaps one re-fetch just before your create issue action?
Separately, it technically shouldn't matter, but you may want to try changing it from copy from Current issue to Copy from Trigger Issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Mark Segall
The Copy from Current Issue works for this rule.
I needed to remove the re-fetches from within the if/else clause and add one after it.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.