Uploaded image for project: 'Atlas'
  1. Atlas
  2. ATLAS-2

Allow data from within Atlas to be available in other parts of Jira

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • People and Teams
    • None
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      Issue Summary

      Allow data from within Atlas to be available in other parts of Jira (eg: Automation Rules) 

      Use case

      Workaround

      (1) Populate manager information in user entity property

      • Using the endpoint, Set user property, we can set a property called the manager to store the manager’s name something like so:
        curl --request PUT \
         --url 'https://myawesomesite.atlassian.net/rest/api/3/user/properties/manager?accountId=1234:123123-1234-1234-1234-123123123123123 \
         --user 'me@mycomany.com:token' \
         --header 'Accept: application/json' \
         --header 'Content-Type: application/json' \
         --data '
        {"value":"MyManager"}
        
      • Once the information is in user properties, we can use this in Automation Rule using smart values. If we want the reporter’s manager information, we can use something like the following:
        {{reporter.properties.manager.value}}

         

      (2) Populate manager information in a custom field

              50c262b1a568 Nir Nikolaevsky (Inactive)
              c72c7cdc98e4 Aparna
              Votes:
              0 Vote for this issue
              Watchers:
              17 Start watching this issue

                Created:
                Updated: