-
Bug
-
Resolution: Unresolved
-
Minor
-
None
When attempting to set the sprint value, the tickets are rejected (400 error) because it ends up as a string instead of an integer in the API request.
Configuration:
The API call to JIRA fails if there are quotes around the sprint id:
And here's the same error message in Jenkins (JiraTestResultReporter-plugin):
[JENKINS-45068] JiraTestResultReporter-plugin:Cannot set sprint_id
Description | Original: When attempting to set the sprint value, the tickets are rejected (400 error) because it ends up as a string instead of an integer in the API request. |
New:
When attempting to set the sprint value, the tickets are rejected (400 error) because it ends up as a string instead of an integer in the API request. Configuration: !Configuration.png|thumbnail! The API call to JIRA fails if !Request_example.png|thumbnail! And here's the same error message in Jenkins: [^error.log] |
Description |
Original:
When attempting to set the sprint value, the tickets are rejected (400 error) because it ends up as a string instead of an integer in the API request. Configuration: !Configuration.png|thumbnail! The API call to JIRA fails if !Request_example.png|thumbnail! And here's the same error message in Jenkins: [^error.log] |
New:
When attempting to set the sprint value, the tickets are rejected (400 error) because it ends up as a string instead of an integer in the API request. Configuration: !Configuration.png|thumbnail! The API call to JIRA fails if there are quotes around the sprint id: !Request_example.png|thumbnail! And here's the same error message in Jenkins (JiraTestResultReporter-plugin): [^error.log] |
markshawtoronto Is still happening with current plugin version?