Skip to content

Commit

Permalink
Merge pull request #125 from snyk/feat/more_jira_api_endpoints
Browse files Browse the repository at this point in the history
feat: add servcerinfo endpoint for jira
  • Loading branch information
odinn1984 authored Jul 24, 2018
2 parents c1106f9 + 28ff693 commit 88a30d7
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 88a30d7

Please sign in to comment.