• 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.

    • Jira Software

      The fieldChange smart value currently only provides the Team name, not the Team ID.

      {{fieldChange}}
      
      ChangeItemBean{fieldId='com.atlassian.jira.plugin.system.customfieldtypes:atlassian-team', field='Team', fieldType='null', from='null', fromString='engineering', to='null', toString='dev'}
      

      Consequently, to retrieve the previous team ID, we are required to employ a workaround. This involves leveraging the GraphQL API (/gateway/api/graphql?q=teamSearchV2) to search for all teams corresponding to the 'fromString' value. Subsequently, we need to employ complex branching logic to differentiate between teams, based on their name. This approach is not entirely reliable due to the possibility of different teams having identical names.

            [AUTO-1298] Add the Team ID in the fieldChange smart value

            There are no comments yet on this issue.

              Unassigned Unassigned
              e0bbe77fe18a Hala ElRoumy
              Votes:
              5 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated: