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

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Unresolved
    • Component/s: People and Teams
    • None

      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

            Assignee:
            Nir Nikolaevsky (Inactive)
            Reporter:
            Aparna
            Votes:
            2 Vote for this issue
            Watchers:
            20 Start watching this issue

              Created:
              Updated: