-
Bug
-
Resolution: Fixed
-
Low
-
10.123.3
-
2
-
Severity 3 - Minor
-
No
Issue Summary
Can't create custom team mapping with no Jira project key selected.
Steps to Reproduce
Make POST request to custom team mappings endpoint:
// POST /rest/align/api/2/Connectors/1/customFields/teams { "jiraCustomFieldType": "dropdown", "jiraTeamValue": "Sharkinators", "childTeamValue": "", "projectKey": null, "teamId": 6023 }
Expected Results
In the UI it's possible to create a custom team mapping without selecting a specific project. This mapping will still work fine and will apply to all projects that don't have their own mappings specified.
It should be possible to create the same type of mapping (without a projectKey specified) via API.
Actual Results
Error 400: Cannot create teamCustomFields. Value for jiraProject is invalid.
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available.
- relates to
-
JIRAALIGN-5337 API: Connector custom fields teams can't be filtered on some of the fields
- Closed
- is related to
-
PS-141133 Loading...