Uploaded image for project: 'Automation for Cloud'
  1. Automation for Cloud
  2. AUTO-1702

Enhance Jira Automation to allow users without Global Jira Administrator permissions to access and set values for Tempo fields, improving usability for Project Administrators and other non-global users.

    • 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, Jira Service Management, Jira Work Management

      Currently, accessing and setting values for Tempo fields in Jira Automation requires Global Jira Administrator permissions. This restriction limits the ability of Project Administrators to fully manage automation rules involving Tempo fields, as they can only view global automation rules and manage project-scoped ones. The need for global permissions arises when making API calls to retrieve fields and their options, which is necessary for interacting with Tempo's custom fields created by the Forge(Connect) app.

      Users, particularly those without Global Jira Administrator permissions, encounter difficulties when attempting to use the "Choose field to set" dropdown in Jira Automation, as it does not return Tempo fields. This results in an error, limiting the functionality and accessibility of automation involving Tempo fields for non-global users.

      Current Workaround:

      Users with knowledge of the custom field ID can set the value of a Tempo account field without Global Jira Administrator permissions. This involves using the Advanced Edit feature in the edit issue field section of automation rules, with a JSON structure like:

      {
        "fields": {
          "customfield_12401": "ID number"
        }
      }
      

      In this JSON example, "customfield_12401" represents the custom field ID of the Tempo account, and "ID number" should be replaced with the actual ID of the desired value.

            [AUTO-1702] Enhance Jira Automation to allow users without Global Jira Administrator permissions to access and set values for Tempo fields, improving usability for Project Administrators and other non-global users.

            HI Team

            the problem is when a user who does not have Jira administrator permissions, but can create and manage accounts in Tempo, cannot dfinish an automation because a permissions error is displayed

            Regards

            Davide Cascapera added a comment - HI Team the problem is when a user who does not have Jira administrator permissions, but can create and manage accounts in Tempo, cannot dfinish an automation because a permissions error is displayed Regards

              Unassigned Unassigned
              5c1d1b2b9112 Wil Aguirre
              Votes:
              2 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated: