-
Bug
-
Resolution: Fixed
-
Low
-
10.130.2
-
2
-
Severity 2 - Major
-
No
Issue Summary
When performing a GET to the /Connectors/board/{ID} endpoint, the information pulls from a table that does not update with changes to the same items in Jira Align, making the data outdated fairly quickly.
Steps to Reproduce
- Create a Team in JA
- Link the Team to a Project in Jira via Jira Management
- Rename the Team in JA
- GET the board info from the /Connectors endpoint:
/rest/align/api/2/Connectors/1/boards?$filter=boardid eq [BOARD_ID]
Expected Results
The GET pulls the updated Team Name
Actual Results
The GET will pull the Team Name that was registered when the Project was linked.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- is related to
-
PS-163320 Loading...