Jira
Create Jira Integration
Create a new Jira integration for the organization
POST
/
integrations
/
jira
Body
application/json
api_token
string
requiredThe API token for Jira authentication
created_at
string
The creation date and time of the integration
id
string
The unique identifier of the integration
org_id
string
The organization identifier
project_key
string
requiredThe default Jira project key
status
enum<string>
Available options:
enabled
, disabled
updated_at
string
The last update date and time of the integration
url
string
requiredThe URL of the Jira instance
user
string
requiredThe username for Jira authentication
Response
201 - application/json
api_token
string
requiredThe API token for Jira authentication
created_at
string
The creation date and time of the integration
id
string
The unique identifier of the integration
org_id
string
The organization identifier
project_key
string
requiredThe default Jira project key
status
enum<string>
Available options:
enabled
, disabled
updated_at
string
The last update date and time of the integration
url
string
requiredThe URL of the Jira instance
user
string
requiredThe username for Jira authentication