Login to follow
Jira Connector

Jira Connector (ODC)

Stable version 1.1.14 (Compatible with ODC)
Uploaded on 7 Apr by Luís Monteiro
Jira Connector

Jira Connector (ODC)

Documentation
1.1.14

This is an ODC library that exposes Server Actions to interact with JIRA via the JIRA RESTful API, using Basic Authentication.

Prerequisites

  • A JIRA account with API access
  • An API Token generated from JIRA Account Settings, Security, API Tokens (see how to generate)

How to use

  • Reference this library in your ODC app
  • Every Server Action requires two authentication inputs:
    • UserEmail, the email address of the JIRA user
    • ApiToken, the API Token associated with that user
  • Authentication is passed per call, meaning different apps (or even different users within the same app) can use their own JIRA credentials, avoiding the need for a shared master account

Available Actions
Server Actions are organized by domain:

  • Issue, actions related to JIRA issues
  • IssuePriority, actions related to issue priorities
  • IssueType, actions related to issue types
  • Project, actions related to JIRA projects
  • Sprint, actions related to sprints
  • User, actions related to JIRA users
  • Utils, utility actions