-
Bug
-
Resolution: Fixed
-
Medium
-
1.2.0.2
When we retrieve and issue using rest api values for the SLA fields are not correct.
Here is a snippet from the response:
"customfield_10202":"com.atlassian.servicedesk.internal.sla.model.SLAValue@f245367","customfield_10201":"com.atlassian.servicedesk.internal.sla.model.SLAValue@19df96f5",
It would be very useful if you just return the JSON value on the database.
- is incorporated by
-
JSDSERVER-107 Create a public REST API for JIRA Service Desk
- Closed
- was cloned as
-
DESK-2343 Failed to load
Form Name |
---|
[JSDSERVER-346] SLA Fields' values are not return correctly in JIRA rest
Workflow | Original: JSD Bug Workflow v5 - TEMP [ 2304855 ] | New: JAC Bug Workflow v3 [ 3125490 ] |
Status | Original: Done [ 10044 ] | New: Closed [ 6 ] |
Workflow | Original: JSD Bug Workflow v5 [ 2058771 ] | New: JSD Bug Workflow v5 - TEMP [ 2304855 ] |
Workflow | Original: JSD Bug Workflow v5 - TEMP [ 2056121 ] | New: JSD Bug Workflow v5 [ 2058771 ] |
Workflow | Original: JSD Bug Workflow v5 [ 1955548 ] | New: JSD Bug Workflow v5 - TEMP [ 2056121 ] |
Workflow | Original: JSD Bug Workflow v4 [ 1614753 ] | New: JSD Bug Workflow v5 [ 1955548 ] |
Labels | New: affects-server |
Workflow | Original: JSD Bug Workflow v2 [ 1602012 ] | New: JSD Bug Workflow v4 [ 1614753 ] |
Workflow | Original: JSD Bug Workflow [ 1398139 ] | New: JSD Bug Workflow v2 [ 1602012 ] |
Workflow | Original: TTT: Simple Issue Tracking Workflow [ 624988 ] | New: JSD Bug Workflow [ 1398139 ] |
A work around could be exporting your data to Excel sheets and then use that directly or its in CSV format for data integration purposes.
Better Excel Plugin correctly exports the SLA fields (and even applies coloring rules to that, albeit this may be insignificant in this use case
) and you can even apply Excel features to manipulate that (as a Transform part of a full ETL process). Learn more about this
Another tool that enchances this is the Excel Automation Plugin which can do this transformation periodically. (We actually transform JIRA issues to another system this way.)