-
Bug
-
Resolution: Fixed
-
Low
-
2.4.3, 2.5, 2.5.1, 2.5.2
-
None
-
Atlassian bamboo server - https://bamboo.community.atlassian.com
Other environments (2.5.2)
<artifact> <name>Build log</name> <link rel="self" href="http://bamboo.community.atlassian.comdownload/CONFTRIGGER-TRUNK/buildSummary_logs/CONFTRIGGER-TRUNK-1553.log"/> </artifact>
- It seems like the rest of the URL has problems too. Should be build_logs instead of buildSummary_logs.
- And the UI calls the artifact Build Logs, but the artifact as know to REST is Build log. I think the UI should be changed as it really should be singular.
- is cloned from
-
BAM-5431 REST API missing / in url for build log artifact
-
- Closed
-
[BAM-5504] Problems with REST API's build log artifact
Workflow | Original: Bamboo Workflow 2016 v1 - Restricted [ 1439993 ] | New: JAC Bug Workflow v3 [ 3378308 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: Bamboo Workflow 2016 v1 [ 1414849 ] | New: Bamboo Workflow 2016 v1 - Restricted [ 1439993 ] |
Workflow | Original: Bamboo Workflow 2014 v2 [ 616955 ] | New: Bamboo Workflow 2016 v1 [ 1414849 ] |
Workflow | Original: Bamboo Workflow 2014 [ 602755 ] | New: Bamboo Workflow 2014 v2 [ 616955 ] |
Workflow | Original: Bamboo Workflow 2010 [ 207838 ] | New: Bamboo Workflow 2014 [ 602755 ] |
Fix Version/s | New: 2.6 [ 15056 ] |
Fix Version/s | New: 2.6 M5 [ 15123 ] | |
Fix Version/s | Original: 2.6 M6 [ 15160 ] | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Fix Version/s | Original: Milestone Candidates [ 15006 ] | |
Fix Version/s | New: 2.6 M6 [ 15160 ] |
Fix Version/s | New: Milestone Candidates [ 15006 ] | |
Fix Version/s | Original: 2.6 M5 [ 15123 ] | |
Story Points | Original: 2 | |
Description |
Original:
Problem is only with the *Build Log*, normal artifacts have the correct URL.
https://bamboo.community.atlassian.com/rest/api/latest/build/CONFTRIGGER-TRUNK?expand=builds[0].build.artifacts Note missing / before *download*: {code:xml} <artifact> <name>Build log</name> <link rel="self" href="http://bamboo.community.atlassian.comdownload/CONFTRIGGER-TRUNK/buildSummary_logs/CONFTRIGGER-TRUNK-1553.log"/> </artifact> {code} |
New:
https://bamboo.community.atlassian.com/rest/api/latest/build/CONFTRIGGER-TRUNK?expand=builds[0].build.artifacts {code:xml} <artifact> <name>Build log</name> <link rel="self" href="http://bamboo.community.atlassian.comdownload/CONFTRIGGER-TRUNK/buildSummary_logs/CONFTRIGGER-TRUNK-1553.log"/> </artifact> {code} # It seems like the rest of the URL has problems too. Should be build_logs instead of buildSummary_logs. # And the UI calls the artifact Build Logs, but the artifact as know to REST is Build log. I think the UI should be changed as it really should be singular. |
Remaining Estimate | Original: 6h [ 21600 ] | |
Original Estimate | Original: 6h [ 21600 ] |