Hii
I am trying to copy the value of my object attribute (status) to my custom field with smart value and not with insight postfunction. But in smart value for insight attribute just for key and name?
Who can help me ? Thanks in advance
Finally i find it. U can use iql in jql and use them in automation (post function for in edit issue mode)
Accesses an insight field's full name, key, or summary.
{{issue.InsightField}}
{{issue.InsightField.key}}
{{issue.InsightField.summary}}
Thanks for your answer . But i need something like {{issue.Insightfield.status}} to return the value of status (attribute) of object.
Thanks a lot @Fabian Lim
Hi @Fabian Lim
Maybe if i can get the value of status (attribute) with rest api it is okay. But i can not unfortunatly
Hi @Ashkan Malekly
The easiest thing will be to use the built-in post-function where it pickups any attribute from the object and puts in any custom field.
I'm assuming you are doing some other actions with project automation, but you can first copy the fields with the post-function and then run the project automation rule.
Could you give us more detail to understand your solution using an example of use?. Thanks
Hi @Ashkan Malekly ,
I am looking for the same. Could you please more elaborate on your solution?
It looks like you're new here. Sign in or register to get started.