← all adapters

jira-style

simulates Jira Cloud REST API 3

restadapter v0.1.011 routes

use it

# add to stunt.yaml
services:
  jira:
    adapter: embedded:jira-style

# then
$ stunt up

The embedded: source extracts this adapter from the binary — no git clone, fully offline.

backing stores

issuesprojectscommentstransitions

routes (11)

GET/rest/api/3/myself
GET/rest/api/3/serverInfo
GET/rest/api/3/project
GET/rest/api/3/project/{key}
GET/rest/api/3/search
POST/rest/api/3/issue
GET/rest/api/3/issue/{key}
PUT/rest/api/3/issue/{key}
GET/rest/api/3/issue/{key}/transitions
POST/rest/api/3/issue/{key}/transitions
POST/rest/api/3/issue/{key}/comment