Jira

Jira organizes engineering work. With KODIF, you can create/update issues and pull details by key/ID so bugs, feature requests, and escalations from support become trackable work items instantly.

Integration Actions

Jira - Create issue

Creates issue using Jira. Requires summary and project_id and issue_type_id and description_text. Returns confirmation of creation, including the new record’s ID and details.

Jira - Get Issue Details by Key or ID

Retrieves Issue Details by Key or ID using Jira. Requires issue_id_or_key. Returns the requested data record(s) with all available details.

Jira - Update issue

Updates issue using Jira. Requires summary and issue_key and project_id and issue_type_id and description_text. Returns the updated record with the applied changes.