Jira API Integration Profile
Information and guides about integrating with Jira API
Add Jira Integration to Your App- Add Attachment To An Issue
- Download An Attachment By Id
- Get announcement banner configuration
Returns the current announcement banner configuration.
Permissions required: Administer Jira global permission.
- Update announcement banner configuration
Updates the announcement banner configuration.
Permissions required: Administer Jira global permission.
- Update custom fields
Updates the value of one or more custom fields on one or more issues. Combinations of custom field and issue should be unique within the request. Custom fields can only be updated by the Forge app that created them.
Permissions required: Only the app that created the custom field can update its values with this operation.
- Get custom field configurations
Returns a paginated list of configurations for a custom field created by a Forge app.
The result can be filtered by one of these criteria:
id
.fieldContextId
.issueId
.projectKeyOrId
andissueTypeId
.
Otherwise, all configurations are returned.
Permissions required: Administer Jira global permission. Jira permissions are not required for the Forge app that created the custom field.
- Update custom field configurations
Update the configuration for contexts of a custom field created by a Forge app.
Permissions required: Administer Jira global permission. Jira permissions are not required for the Forge app that created the custom field.
- Update custom field value
Updates the value of a custom field on one or more issues. Custom fields can only be updated by the Forge app that created them.
Permissions required: Only the app that created the custom field can update its values with this operation.
- Get application property
Returns all application properties or an application property.
If you specify a value for the
key
parameter, then an application property is returned as an object (not in an array). Otherwise, an array of all editable application properties is returned. See Set application property for descriptions of editable properties.Permissions required: Administer Jira global permission.
- Get advanced settings
Returns the application properties that are accessible on the Advanced Settings page. To navigate to the Advanced Settings page in Jira, choose the Jira icon > Jira settings > System, General Configuration and then click Advanced Settings (in the upper right).
Permissions required: Administer Jira global permission.