Hi,
Currently I am having list of asset value and viewing the value in a field configuration Item. When I select a Configuration item and save the Incident issue, I need to get the selected Configuration Item object attribute Values and set the attribute value to a separate custom field while saving the incident through Automation rule.
Example : I am having one asset object named "Test" and object attribute like location and category. When I select asset object "Test" and save incident in automation rule I need to get the asset object attribute location, category, set to relevant custom field and need to view the asset object attributes in expected custom field in edit incident view.
Is the above mentioned requirement possible in Jira service management using automation??
Hi,
I also implemented without value but then also I am getting the field as empty.
The above is the rule I used. Any solution plss ??
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
You don't need the "value:" at the beginning, only what is in within curly brackets.
Replace objectAttribute with an actual attribute name.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I also tried with {{object.(Location)}} where Location is the attribute name. Is there any way to satisfy the above requirement ??
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I have implemented your solution but its not working.
The above Image is my automation. Any mistake in it ??
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, check out this thread:
Solved: Copy Assets object attribute to issue custom field... (atlassian.com)
Trigger: field value changed (for Assets customfield)
Action: Edit issue fields (your customfield), value: {{issue.customfield_XXXXX.objectAttribute}}
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.