Ability to mention Team using Smart Values in Automation

XMLWordPrintable

    • 351
    • 40

      Problem Definition

      Currently, it's only possible to mention individual users using Smart Values:
      Jira smart values - users - How to mention another user

      Suggested Solution

      Add the ability to mention Atlassian Teams using Smart Values, for example like below:

      [~accountId:team ID]
      

      Workaround

      None. Not ideal but you can mention each user individually in the Team.

       

      Use the Teams API to fetch the team members and mention them individually.

      • Add a send web request action, with the Teams API.
      • Use the following smart value to mention them:
      {{#webresponse.body.results}}
      [~accountId:{{accountId}}]
      {{/}}

            Assignee:
            April Chi
            Reporter:
            Yuji Sakai (Inactive)
            Votes:
            228 Vote for this issue
            Watchers:
            133 Start watching this issue

              Created:
              Updated: