Using taskify with jira.local

TypeScript integration

Install
npm install taskify
Quick start
import Taskify from 'taskify';

const client = new Taskify({ apiKey: "YOUR_API_KEY" });
Get all the ProjectRoles available in JIRA. Currently this list is global.
curl \
  /api/2/role
Returns a user. This resource cannot be accessed anonymously.
curl \
  /api/2/user
Returns a list of all fields, both System and Custom
curl \
  /api/2/field
SDK on GitHub 📄 API Docs
SDK
taskify
TypeScript
API
jira.local
jira.local
At a glance
Language TypeScript
Endpoints324