You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello,
I'm trying to run automation to move data from a custom field (type text containing a number) to "Story points estimation".
This is my automation settings:
However, audit log shows following error:
The "Story point estimation" field is part of the project and screen, but I see a "locked" label next to the field in the "Custom fields" overview - it says "This configuration item is locked by Jira or one of its plugins. You are not allowed to alter its configuration."
As you can see, this automation move data only for fields with value 1. But is there a way to move data from all custom fields, regardless of the value?
The Gitlab weight (Text) field can contain 1,2,3,5,8 and 13 as values and I would rather set up only one automation instead of 6.
Thanks
By chance does your project have 2 fields "Story points" and "Story point estimation" that is causing a confusion?
The automation is editing the story points field and the story point estimation field
No, actually there is only one "Story points" field.
This are all the fields I have in my screen:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In your edit issue action screenshot, you are using "Story points" . Update that to "Story point estimate" and that should fix the error :)
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.
Ah ok.. Like it says there, not all fields are supported. Try using the advanced section with json as input
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, I had a quick look at it, but don't understand what I should do there. Do you maybe have an example?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
sure, here is an example of using additional fields via json
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, looks quite simple, but the automation doesn't trigger now. Its even not showing any errors, only "Config change":
----------------------------------
I tried this:
And this as well:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hmm.. If the rule is not triggered, could you look at the trigger condition? was there any changes there? Is the jql valid?
try it as a manual trigger and validate?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The rule is actually valid, 1 issue found. And no, there were no changes during the whole time.
What exactly do you mean with "try it as a manual trigger and validate"?
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.
Can you share the email confirmation message that says that this automation fails due to field lock?
Locked field would mean that the configurations of the field cannot be changed but the field itself should be editable. I am surprised that the automation says that field cannot be edited due to the lock.
Manual trigger -> https://support.atlassian.com/cloud-automation/docs/test-a-jira-automation-rule-using-the-manual-trigger/
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.