Hi,
I want to create automation to copy value from trigger issue to the new one.
When I selected New Action > Create Issue, there is no my Insight Custom field on the select list.
In more options I have use the belowe JSON, but the value from customfield is not moved to the new issue. Anyone know the way to do it?
{
"fields": {
"customfield_10234": [
{
"value": "{{issue.customfield_10234.get.value}}"
}
]
}
}
Have you tried it without GET?
{{issue.customfield_10234.value}}
What I often do is include the various possible smart values in a comment to be created and when I test the rule I see the effect faster.
Also see
https://support.atlassian.com/jira-software-cloud/docs/smart-values-general/
Regards, Marco
I was trying different various, but nothing works properly. Probably I will have to reach out to Atlassian directly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
And
{{issue.customfield_10234.summary}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Rafał Chomik
I have worked on a use case where
The Automation Rule can also update the Insight Custom Fields as well. Please find below the screenshot of the rule. This can be customised as per the business use case.
Please share if there are any follow up questions.
Kindly accept the answer if it helps resolve the issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sure, It would work if I would be able to select my Insight custom field on the fields list.
There where you have 'Choose fields to set..." there is no my field. I have attached a screenshoot above.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't think you're using the right smart values to fetch the Insight data. Check out this page: https://support.atlassian.com/jira-service-management-cloud/docs/smart-values-insight/
If you're open to trying an app, Elements Copy & Sync is compatible with Insight assets (and in my opinion easier to set up than smart values, but then I work for Elements ;-) ). I published this article that shows how the app works and what it looks like when you copy an issue: https://community.atlassian.com/t5/Marketplace-Apps-Integrations/How-to-clone-issues-to-another-project-with-Insight-Assets/ba-p/1610620
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yi @Julie d_Antin _Elements_ , you are right, I saw the docs, but I don't see my Insight Custom field on the fields list, so I need to use JSON formula to do that.
On previous version of the Insight, when it was a separated application, everything worked fine, but now when Insight is integrated with JIRA some problem appear. Thank you for that app from marketplace, but I would like to manage that fully by automations.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Rafał Chomik we had the same issue. You need to setup the rule as a Global automation rule and not a project specific rule to access the Insight fields in the list.
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.