You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GET /picklists now returns "Standard" instead of "picklists" in the "type" property.
e.g. now:
{"id":163,"name":"Jira Status","description":"Used in Syncing with Jira","type":"Standard"}
e.g. before:
{"id":163,"name":"Jira Status","description":"Used in Syncing with Jira","type":"picklists"}
This seems to be a side effect of Jama Connect 8.74.
API versioning is hard...
The text was updated successfully, but these errors were encountered:
GET /picklists now returns "Standard" instead of "picklists" in the "type" property.
e.g. now:
{"id":163,"name":"Jira Status","description":"Used in Syncing with Jira","type":"Standard"}
e.g. before:
{"id":163,"name":"Jira Status","description":"Used in Syncing with Jira","type":"picklists"}
This seems to be a side effect of Jama Connect 8.74.
API versioning is hard...
The text was updated successfully, but these errors were encountered: