Learn how to set up Jira to use Jira Connector . After this setup, you can start using Jira Connector actions in your workflow.
app-engine:apps:install
permission.External requests enable outbound network connections from your Dynatrace environment to external services. They allow you to control access to public endpoints from the AppEngine with app functions and functions in Dashboards, Notebooks, and Automations.
Go to Settings and select General > Environment management, External Requests.
Select New host pattern.
Add the domain names.
Select Add.
This way you can granularly control the web services your functions can connect to.
If you are connecting to a self-hosted Jira instance, you might require EdgeConnect to establish a connection behind your firewall.
Some permissions are required by Workflows to run actions on your behalf.
To fine-tune permissions granted to Workflows
app-settings:objects:read
state:app-states:read
state:app-states:write
state:app-states:delete
For more on general Workflows user permissions, see User permissions for workflows.
Basic Authentication
We don't recommend using the basic authentication scheme, but it may still be required to authenticate older Jira Server versions that don't support the personal access token.
Personal Access Token (PAT) recommended
This is the recommended method to use for Jira Server. To learn which versions of Jira Server support personal access tokens and how you can create them, see Using personal access tokens in the Atlassian Jira documentation.
Jira API Token (Jira Cloud)
When connecting to a Jira Cloud instance, use the Jira API tokens.
To improve traceability and audibility, use a Jira service user to access your Jira instance.
To add connection settings, you need the following permissions:
ALLOW settings:objects:read, settings:objects:write, settings:schemas:read WHERE settings:schemaId = "app:dynatrace.jira:connection"
For details, see Permissions and access.
Be aware that connections are shared and can be used by all users with app-settings
read permissions. This is by design, as workflows enable a simplified ticket lifecycle across projects and entities.