
Jira API Integration Profile
Information and guides about integrating with Jira API
Add Jira Integration to Your Product- Add Attachment To An Issue
- Download An Attachment By Id
- Get announcement banner configurationReturns the current announcement banner configuration. Permissions required: Administer Jira global permission. 
- Update announcement banner configurationUpdates the announcement banner configuration. Permissions required: Administer Jira global permission. 
- Update custom fieldsUpdates 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 configurationsReturns 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.
- projectKeyOrIdand- issueTypeId.
 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 configurationsUpdate 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 valueUpdates 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 propertyReturns all application properties or an application property. If you specify a value for the keyparameter, 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 settingsReturns 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.