Skip to content

Commit

Permalink
feat: add servcerinfo endpoint for jira
Browse files Browse the repository at this point in the history
  • Loading branch information
odinn1984 committed Jul 24, 2018
1 parent c1106f9 commit 28ff693
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions client-templates/jira/accept.json.sample
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
[],
"private":
[
{
"//": "get jira server info",
"method": "GET",
"path": "/rest/api/2/serverInfo",
"origin": "${JIRA_BASE_URL}",
"auth": {
"scheme": "basic",
"username": "${JIRA_USERNAME}",
"password": "${JIRA_PASSWORD}"
}
},
{
"//": "identify user",
"method": "GET",
Expand Down

0 comments on commit 28ff693

Please sign in to comment.