How to auto populate attributes into Assets custom field using Automation

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問


プラットフォームについて: Cloud のみ - この記事は、 クラウド プラットフォームのアトラシアン製品にのみ適用されます。

要約

This article details steps to automatically populate attribute values of an Assets object into a custom field via Automation for Jira.

環境

Jira Service Management Assets Cloud Premium

シナリオ

The admin would like to update a field in JSM issues with an attribute of the asset selected on an Assets field in the issue. For example, the admin would like to populate the 'Address' custom field with the 'Location address' attribute of the selected Assets object.


ソリューション

  1. Create Object Schema and Object type for Assets.
  2. In the Assets object type, add the 'Address' attribute.
  3. On a newly created or existing object, update the 'Address' attribute with a value.
  4. Create an Assets Custom field and add it to the JSM screen.
  5. Create a new text custom field and add it to the same JSM screen. E.g: Address
  6. Then, create automation as below:-
    • Pick the Issue Created trigger (Or any trigger depending on when/where in the issue you would like the custom field to be updated with the object attribute value)
    • Then, add the 'Lookup Objects' action. 


    • Select the scheme where the object is located in, and on 'Query', use the following IQL query to 'look' for the object that is selected in the Assets field created in Step 4:

      "Key" = "{{customfield_XXXX}}" 

      'customfield_XXXX' being the customfield ID of the Assets field created in Step 4.




    • Add the 'Edit issue fields' action, and edit the 'Address' field created in step 5 to the following value:

      {{lookupObjects.Address}}

      'Address' being the object attribute name which value you would like to populate to the Address Jira custom field.



    • Save and publish the automation rule.
    • Lastly, the moment of truth. Test it (smile)


最終更新日: 2024 年 1 月 30 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.