-
Bug
-
Resolution: Timed out
-
Low
-
None
-
6.0
-
6
-
1
-
Severity 3 - Minor
-
-
In a scenario where the Issue Type of Jira has been renamed (or the same name, but different case).
The REST Query to get list of issue types : [ http://jira-server:9090/rest/api/2/issuetype ] returns the value of Issue Name that existed before the update.
In our case, we renamed the Bug to BUG.
The query for list of issue type in JIRA returns Bug.
But using this return value to fetch list of fields meta [ http://jira-server:9090/rest/api/2/issue/createmeta?projectKeys=SP&issuetypeNames=Bug&expand=projects.issuetypes.fields ] from Jira, empty list is returned. Whereas the same second query but with value as BUG returns proper value.
Thus, Jira expects/returns Issue Name differently at different instances.
- Discovered while testing
-
JSWSERVER-7017 As a user, i want to add/update an issue Epic link by using REST API
- Closed