It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
Hi, I'm trying to add a worklog with a POST method from java code. Some days ago Jira has been updated. Before the update, it worked fine, now I receive 400 response. The tempo REST API that I'm using is:(Jira version is v1000.1092.0)
https://<name_host>/rest/tempo-timesheets/3/worklogs/
the body of message is:
"{\n" +
" \"issue\": {\n" +
" \"key\":\"" + <value> + "\"\n" +
" },\n" +
" \"author\": {\n" +
" \"name\": \"" + <value>+"\"\n" +
" },\n" +
" \"comment\": \"" + comment + "\",\n" +
" \"dateStarted\": \"" + date + "\",\n" +
" \"timeSpentSeconds\": \"" + <value> + "\"\n" +
" }";
URL url = new URL(queryJ); HttpURLConnection connection = (HttpURLConnection) url.openConnection(); connection.setRequestMethod("POST"); connection.setRequestProperty("Content-Type", "application/json");
connection.setDoOutput(true); connection.setRequestProperty("Cookie", cookie); DataOutputStream wr = new DataOutputStream(connection.getOutputStream());
wr.writeBytes(body); //Can someone give me a tip? THANKS
DataOutputStream wr = new DataOutputStream(connection.getOutputStream());
Good morning, After a long weekend cleaning up, I am still in the cleanup mode 😊. I am curious to know: When do you feel the urgency to cleanup your Atlassian Tools? How many times do y...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs