Jira Software
Jira Software is a comprehensive project management and issue tracking platform designed for agile teams. The Jira Software API enables integration with project workflows, issue management, sprint planning, and team collaboration tools.
Power end-to-end data operations for your Jira Software API with Nexla. Our bi-directional Jira Software connector is purpose-built for Jira Software, making it simple to ingest data, sync it across systems, and deliver it anywhere — all with no coding required. Nexla turns API-sourced data into ready-to-use, reusable data products and makes it easy to send data to Jira Software or any other destination. With comprehensive monitoring, lineage tracking, and access controls, Nexla keeps your Jira Software workflows fast, secure, and fully governed.
Features
Type: API
- Seamless API Integration: Connect to any endpoint as source or destination without coding, with automatic data product creation
- Visual Composition & Chaining: Build complex integrations using visual templates, chain API calls, and compose workflows with data validation and filtering
- API Proxy: Expose curated slices of your data securely with a secure and customizable API proxy that validates and transforms data on the fly
- Request optimization with intelligent batching, retry, and caching to minimize API calls and costs
Prerequisites
Before creating a Jira Software credential, you need to obtain an API token from your Jira Software account settings. The API token is required to authenticate with the Jira Software REST API using Basic Authentication.
To obtain your API token, follow these steps:
-
Sign in to your Jira Software instance using your credentials.
-
Click your profile icon or avatar in the top-right corner of the Jira interface, and select Account settings or Profile from the dropdown menu.
-
In your account settings, navigate to Security in the left sidebar or main menu.
-
In the Security section, locate the API tokens section or Create and manage API tokens link.
-
Click Create and manage API tokens or API tokens to access the API token management page.
-
Click Create API token to generate a new API token.
-
Provide a descriptive label for the token (e.g., "Nexla Integration") to help identify it later.
-
Click Create to generate the API token.
-
After generating the API token, copy it immediately. The API token is typically displayed only once for security reasons and may not be accessible again after you navigate away from the page.
-
Store the API token securely, as you will need it to configure your Nexla credential. The API token provides full access to your Jira Software account data, so treat it as sensitive information.
The API token is used along with your username in Basic Authentication for all API requests to the Jira Software REST API. The username and API token are sent in the Authorization header using HTTP Basic Authentication. The Jira Software REST API provides access to various project management resources including issues, projects, users, and workflows. API tokens are more secure than passwords and are required for programmatic access to Jira Software. You can generate multiple tokens for different applications and revoke them individually if needed. For detailed information about API token setup, authentication, and available API endpoints, refer to the Jira Software REST API documentation and Jira API authentication guide.
Authenticate
Credentials required
| Field | Required | Secret | Description |
|---|---|---|---|
| JIRA Software URL | Yes | No | The JIRA API url used to access your account. Ex: https://mycompany.atlassian.net |
| Username | Yes | No | Your username for accessing your JIRA instance. |
| API Token | Yes | Yes | Your REST API Token for accessing your JIRA instance. |
Create a credential in Nexla
- To create a new Jira Software credential, after selecting the data source/destination type, click the Add Credential tile to open the Add New Credential overlay.
New Credential Overlay – Jira Software

-
Enter a name for the credential in the Credential Name field and a short, meaningful description in the Credential Description field.
Jira Software uses Basic Authentication with username and API token for all API requests. The username and API token are sent in the
Authorizationheader using HTTP Basic Authentication to authenticate API requests to the Jira Software REST API. -
Enter your Jira Software instance URL in the JIRA Software URL field. This should be the URL you use to access your Jira account (e.g.,
https://yourcompany.atlassian.net). The URL is used to construct API endpoint URLs for your specific Jira instance. Ensure the URL includes the protocol (https://) and your company's subdomain. -
Enter your Jira Software username or email address in the Username field. This is the username or email address associated with your Jira Software account. The username is used along with your API token to authenticate API requests using Basic Authentication.
-
Enter your Jira Software API token in the API Token field. This is the API token you obtained in Prerequisites. The API token is used along with your username in Basic Authentication to authenticate all API requests to the Jira Software REST API. The API token is sensitive information and must be kept confidential.
Keep your API token secure and do not share it publicly. The API token provides access to your Jira Software account data and should be treated as sensitive information. If your API token is compromised, you should immediately revoke it in your Jira account settings and generate a new one.
Your Jira Software API token can be found in your Jira account settings (Account Settings > Security > API tokens) where you manage API tokens. The API token is used along with your username in Basic Authentication for all API requests to the Jira Software REST API.
API tokens are more secure than passwords and are required for programmatic access to Jira Software. You can generate multiple tokens for different applications and revoke them individually if needed. The API token does not expire automatically, but you can revoke it at any time if needed.
For detailed information about obtaining and managing API tokens, API authentication, and available endpoints, see the Jira Software REST API documentation and Jira API authentication guide.
-
Click the Save button at the bottom of the overlay to save the configured credential. The newly added credential will now appear in a tile on the Authenticate screen during data source/destination creation and can be selected for use with a new data source or destination.
After saving your credential, Nexla tests the connection by making a request to the Jira API
/rest/api/2/myselfendpoint. If the test fails, verify that your Jira Software URL, username, and API token are correct, that your account has the necessary permissions for API access, and that your Jira instance allows API access, since some instances restrict it.
Use as a data source
To create a new data flow, navigate to the Integrate section, and click the New Data Flow button. Select the Jira Software connector tile, then select the credential that will be used to connect to the Jira Software instance, and click Next; or, create a new Jira Software credential for use in this flow.
Endpoint templates
Nexla provides pre-built templates that can be used to rapidly configure data sources to ingest data from common Jira Software endpoints. Select the endpoint from which this source will fetch data from the Endpoint pulldown menu. Available endpoint templates are listed in the expandable boxes below.
Once the selected endpoint template has been configured, click the Test button to the right of the endpoint selection menu to retrieve a sample of the data that will be fetched. Sample data will be displayed in the Endpoint Test Result panel on the right, allowing you to verify that the source is configured correctly before saving.
Manual configuration
Jira Software data sources can also be manually configured to ingest data from any valid Jira Software API endpoint, including endpoints not covered by the pre-built templates. Select the Advanced tab at the top of the configuration screen, and follow the instructions in Connect to Any API to configure the API method, endpoint URL, date/time and lookup macros, path to data, metadata, and request headers.
Jira Software API endpoints are built on your Jira instance URL, for example https://yourcompany.atlassian.net/rest/api/2/search for issue search, https://yourcompany.atlassian.net/rest/api/2/project for project information, and https://yourcompany.atlassian.net/gateway/api/graphql for GraphQL queries. Jira Software has rate limits that vary by endpoint and account type; monitor your API usage in the Jira admin panel to stay within limits.
Once all of the relevant settings have been configured, click the Create button in the upper right corner of the screen to save and create the new Jira Software data source. Nexla will now begin ingesting data from the configured endpoint and will organize any data that it finds into one or more Nexsets.
Use as a destination
Click the + icon on the Nexset that will be sent to the Jira Software destination, and select the Send to Destination option from the menu. Select the Jira Software connector from the list of available destination connectors, then select the credential that will be used to connect to the Jira Software instance, and click Next; or, create a new Jira Software credential for use in this flow.
Endpoint templates
Nexla provides pre-built templates that can be used to rapidly configure destinations to send data to common Jira Software endpoints. Select the endpoint to which data will be sent from the Endpoint pulldown menu. Then, click on the template in the list below to expand it, and follow the instructions to configure additional endpoint settings.
Manual configuration
Jira Software destinations can also be manually configured to send data to any valid Jira Software API endpoint. Select the Advanced tab at the top of the configuration screen, and follow the instructions in Connect to Any API to configure the API method, data format, endpoint URL, request headers, attribute exclusions, record batching, and response webhooks.
Jira Software destinations typically use POST to https://yourcompany.atlassian.net/rest/api/2/issue to create issues and POST to https://yourcompany.atlassian.net/rest/api/2/issue/{issueId}/comment to add comments, with application/json as the request format. For bulk issue creation, use https://yourcompany.atlassian.net/rest/api/2/issue/bulk to efficiently create multiple issues in a single API call.
Save & activate
Once all endpoint settings have been configured, click the Done button in the upper right corner of the screen to save and create the destination. To send the data to the configured Jira Software endpoint, open the destination resource menu, and select Activate.
The Nexset data will not be sent to the Jira Software endpoint until the destination is activated. Destinations can be activated immediately or at a later time, providing full control over data movement.