EndPoints for Jira Connector
On this page you will see possible API actions you can perform with Jira connector. We will refer this as API EndPoint or just EndPoint.
Label | Name | Description |
---|---|---|
Read Resources | get_resources | |
Read Fields | get_fields | |
Read Custom Fields | get_custom_fields | |
Read Issue Types | get_types | |
Read Users | get_users | |
Create User | create_user | |
Delete User | delete_user | |
Read Projects | get_projects | |
Create Project | create_project | |
Upsert Project | upsert_project | |
Delete Project | delete_project | |
Read Issues | get_issues | |
Create Issues | create_issues | |
Update Issue | update_issue | |
Delete Issue | delete_issue | |
Read Worklogs | get_worklogs | |
Create Worklog | create_worklog | |
Update Worklog | update_worklog | |
Delete Worklog | delete_worklogs | |
Read Comments | get_comments | |
Read Changelogs | get_changelogs | Returns a paginated list of all changelogs for an issue sorted by date, starting from the oldest. OAuth scopes required: read:issue-meta:jira, read:avatar:jira, read:issue.changelog:jira |
Read Changelog Details | get_changelog_details | Returns a paginated list of all changelogs and fields updated for an issue sorted by date, starting from the oldest. OAuth scopes required: read:issue-meta:jira, read:avatar:jira, read:issue.changelog:jira |
Read Changelogs by IDs | get_changelogs_by_ids | Returns changelogs for an issue specified by a list of changelog IDs. OAuth scopes required: read:issue-meta:jira, read:avatar:jira, read:issue.changelog:jira |
Get custom field contexts | get_custom_field_contexts | Returns a paginated list list of contexts for a custom field. OAuth scopes required: read:field:jira, read:custom-field-contextual-configuration:jira |
Get custom field context options | get_custom_field_option_for_context | Returns a paginated list of all custom field option for a context. Options are returned first then cascading options, in the order they display in Jira. OAuth scopes required: read:field.option:jira |
Generic Request | generic_request | This is generic endpoint. Use this endpoint when some actions are not implemented by connector. Just enter partial URL (Required), Body, Method, Header etc. Most parameters are optional except URL. |
Generic Request (Bulk Write) | generic_request_bulk_write | This is a generic endpoint for bulk write purpose. Use this endpoint when some actions are not implemented by connector. Just enter partial URL (Required), Body, Method, Header etc. Most parameters are optional except URL. |