It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
Im trying to get my reST php program to ork with out production jira.
This works:curl -u zaasadmin:nagios https://zafindev.com/jira/rest/api/latest/issue/NTJ-1.json
but this doesnt – but it does work on jira7.0
[curl -D- -u zaasadmin:nagios --data @mkissuedatafile -H "Content-Type: application/json" https://zafindev.com/jira/rest/api/latest/issue/
HTTP/1.1 405 Method Not Allowed
Server: Apache-Coyote/1.1
X-AREQUESTID: 940x181150x1
Set-Cookie: JSESSIONID=C6AE356453C5C85E43A4C5061F92CC92; Path=/; Secure
X-Seraph-LoginReason: OK
Set-Cookie: atlassian.xsrf.token=AKZE-MI2G-0ILZ-Q016|ed1dd069625462a35803df7d55051e9712164dff|lin; Path=/jira
X-AUSERNAME: zaasadmin
Allow: OPTIONS
Content-Type: text/html;charset=utf-8
Content-Length: 980
Date: Tue, 15 Dec 2015 15:40:23 GMT
<html><head><title>Apache Tomcat/6.0.32 - Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 405 - </h1><HR size="1" noshade="noshade"><p><b>type</b> Status report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The specified HTTP method is not allowed for the requested resource ().</u></p><HR size="1" noshade="noshade"><h3>Apache Tomcat/6.0.32</h3></body></html>[root@zsms-t01 test]#
The REST API for 4.3 and 7.0 is very different, even the urls are not the same. Try coding for the urls and calls over at https://docs.atlassian.com/jira/REST/4.3/
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreAtlas Camp is our developer event which will take place in Barcelona, Spain from the 6th -7th of September . This is a great opportunity to meet other developers and get n...
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.