Hello;
There is a variable {{project.responsible}} or something like that to use it on automation side plz ?
Thanks -_-
Hi @Massiwen Kinzi I don't believe there are any smart values for the project.LeadAccountID.
I'm no API expert, but I had support help me to using the API in Automations to update fields that there weren't Smart Values for. I would probably refer you to support if you are not able to make progress yourself.
Adding to Dan's answer...
There are no smart values for the project lead / owner information, but you can use the Send Web Request action to call the Jira REST API to get this information.
The function to call is: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects/#api-rest-api-3-project-projectidorkey-get
And here is a how-to article to learn about calling a REST API function from a rule: https://community.atlassian.com/t5/Jira-articles/Automation-for-Jira-Send-web-request-using-Jira-REST-API/ba-p/1443828
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.
Hello @Dan Breyen , @Bill Sheboy
Thanks for your supports, it works well for me :)
Best regards,
Massiwen.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Massiwen Kinzi ,
Good Day,
Data can be obtained by using smart values in jira Automation.
I hope the information i have shared below will help you.
https://support.atlassian.com/cloud-automation/docs/jira-smart-values-projects/
Smart values in Jira automation
Regards,
Geethanjali
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.