I would like to migrate values from a custom Story points field to the Story point estimate field in a team managed but I can't do it, in automation I can't find the Story point estimate field although it is well added in the Issue Types of my project, do you know how I can do that please?
@Isma LABBOUR May be try typing full name Story point estimate and see if it shows suggestion.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Isma LABBOUR In that case, you may need to refer this document here
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Here is the suggestion to make the "Story point estimate" field available in automation actions and conditions. You may watch or vote for it to see progress: https://jira.atlassian.com/browse/JSWCLOUD-22778
And, here is the Jira Cloud version of documentation to edit that field using a JSON expression: https://support.atlassian.com/cloud-automation/docs/advanced-field-editing-using-json/
@Suvarna Gaikwad -- FYI that your link is to the Data Center/Server version of that documentation.
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.
Thanks @Bill Sheboy for pointing it out. I had updated cloud link a moment later but it seems it didn't actually got updated. Thanks much!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thank you for your help @Suvarna Gaikwad and @Bill Sheboy
I copy from a custom field to Story point estimate here is my json to help others : :
{
"fields": {
"Story point estimate": {{issue.customfield_10201}}
}
}
10201 is ID of my custom field
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.