Hi all,
I am having an issue with a new field tab I have set up. Basically, I have one Jira board that copies to another (sales-onboarding). I created a new mandatory field in the sales board which is not causing any issues in the automation audit log. When it gets copied from one board to the next (once it is completed) I have 'Issue condition' passed and then 'create issue' 'error creating issue' 'custom field is required' and then 'create issue' 'error creating issue' 'custom field is required'. I am still a rookie at this and learning. In the original sales board when the issue is cloned I have the 'custom field' 'copied from current issue'. Any advice would be great. Thanks in advance.
For a question like this, please consider posting images of your complete automation rule and the audit log details showing the execution that doesn't work as you expect. That will provide context for the community to offer ideas. Thanks!
Kind regards,
Bill
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.
This is an example of the automation error I get in the onboarding board once the issue has been cloned over.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, Patrick.
Please try to stick to one thread in responding; otherwise people may think there are multiple answers to the question.
For that error message: cloning issue links is not supported yet for an automation rule. Here is the suggestion to add that: https://codebarrel.atlassian.net/browse/AUT-2133
I believe the work-around is to clone the issue, and then use a branch on created issue to add them...although when you clone into a different project that means the rule must be defined as global/multi-project in scope.
Also I noted...you referenced the smart value {{fieldChange.fromString}} and with a transition trigger I expect that will only contain Status information...unless you have a transition page/screen in your workflow. What I do not know: does the transition occur (and so fire the rule) before or after that page/screen is completed. Perhaps write {{fieldChange}} to the audit log to confirm. If in fact it is after the page/screen then {{fieldChange}} is a list of changed fields and not just one.
Thanks,
Bill
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.