Hi,
I'm trying to set up an automation where I clone an issue from a company managed project to a team managed project.
It is important to me to clone the field Story point estimate.
However, the field Story points seems to be related to the company managed projects and the field story points estimate seems to be related to the team managed projects.
Even though I can add both fields to my issue layout in the company managed project, I can only add the Story point estimate field to the team managed project.
Is there a way I can make the story point estimate show in my team managed project when I clone the issue?
This is my automation:
Thank you very much!
I understand your problem, in fact it seems to be something that many others have encountered....
The Story Points field is only available in Company-managed projects while the Story point estimate field is available in Team-managed projects. After this clarification let's go with your problem, in order to have the Story Points value in the cloned issue you can copy it at the time of cloning, to do this you must use this json in the Clone block:
{
"fields": {
"Story Point estimate":{{triggerIssue.Story Points}}
}
}
Screenshot of my tests:
After this the cloned issue will have in the Story point estimate field the value that the source issue had in the Story Points field!
Let me know if it helps, best regards!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Caitlin.Pedersen
If you're seeking for an easy way to clone an issue and map two different fields across projects, I suggest trying our app Elements Copy & Sync that allows you to clone and sync a full hierarchy of issues with all their content (summary, description, custom fields, comments, attachments, etc).
You can check our guide here.
The app is for free during 30 days (and it stays free under 10 users).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To address the challenge of cloning the Story points field from a company-managed project into the Story point estimate field in a team-managed project, our app Deep Clone for Jira can be a great solution. It allows you to deeply clone issues, including custom fields like Story Points, and ensures that all important data is transferred seamlessly between projects, even when field names differ.
With the Field Editor feature you can copy the value of the Story point field to the Story point estimate field when cloning the issues.
You can also integrate Deep Clone in your existing Jira Automation. You can read more here.
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.