-
Bug
-
Resolution: Answered
-
Medium
-
None
-
5.0.1, 6.3.12
-
JIRA 5.0.1
Centos 6.2
Tomcat 6.0.32
Java 1.6.0_24behind HTTPD 2.2 to run Https over AJP 1.3.
Both installation (prod and test) uses all the same settings above except for the JIRA version.
-
5
-
we have a JAVA application that's using the REST api on JIRA 4.4.3. I'm testing that Java application on JIRA 5.0.1 (on a testing system, same settings, just did an upgrade).
All is working, but the REST issue get is no longer providing the attachments information:
the rest get call is https://10.116.147.51/jira/rest/api/latest/issue/156510
I've tried with a limited account and and admin account, same result.
According to the API doc in http://docs.atlassian.com/jira/REST/latest/#id162192, this is the correct call and the example shown in the call shows an example of the attachment JSON block.
There doesn't seem to be another REST call to access this resource. Am I missing anything or is there an actual issue in JIRA 5.0.1 ?
Check to see if the "Attachment" field was is to "Hide" in the default field configuration. There is more information on that found here
- relates to
-
JRASERVER-66576 Field Configuration: hiding Attachments field doesn't work for issue view screen
- Gathering Impact
-
JRASERVER-31781 No attachments listed in the REST /issue endpoint for not logged in users
- Closed
- mentioned in
-
Page Loading...