Jira Rest api with basic auth is always returning 200

Deleted user November 22, 2017

I am trying to log the work via API 

http://OUR_CLOUD_URL/rest/api/2/issue/JJ-156/worklog

with basic auth and METHOD POST but I always get back the result 

{
"startAt": 0,
"maxResults": 0,
"total": 0,
"worklogs": []
}

 and status `200` even if I don't add the json body 

{
"comment": "test",
"started": "2017-11-22T13:45:01.778-0500",
"timeSpentSeconds": "60"
}

I am trying this with postman.

1 answer

1 accepted

0 votes
Answer accepted
Deleted user November 22, 2017

Ok i solved this issue 

I just had to add HTTPS:// in front of the url in case someone else have this issue :)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events