-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
None
-
Affects Version/s: 10.103.2, 10.113.2
-
Component/s: Other Connectors|Apps
-
9
-
Severity 2 - Major
-
No
Issue Summary
The JET Tool checks for the required field should be only against the issue types selected in the Jet configuration and used by projects that tie the boards.
Since all the field configurations/screen schemes of the project are checked instead of the board related ones, the error below keeps occurring:
{
"type": "error",
"name": "Critical error occurred while checking boards required fields.",
"datetime": "2021-12-03T16:30:38.060Z",
"object": {}
}
Steps to Reproduce
- Create a project using multiple field configurations/screen schemes
- Configure one or more issue types with custom required fields
- Create a Board that is NOT tied to the issue type(s) configured with the custom required fields
- Run the JET Tool
Expected Results
JET tool check #5 for the required custom field is successful since the board is only tied to the issue type with optional custom fields.
Actual Results
JET tool check #5 for the required custom field fails with the error:
{
"type": "error",
"name": "Critical error occurred while checking boards required fields.",
"datetime": "2021-12-03T16:30:38.060Z",
"object": {}
}
Workaround
Set all the required custom fields to be optional for ALL the field configurations of the project (including the fields configuration of the issue types not tied to the board).
- is connected to
-
JAWM-3568 Loading...
- relates to
-
ALIGNSP-12794 Loading...
-
ALIGNSP-15271 Loading...
- resolves
-
ALIGNSP-11998 Loading...
-
ALIGNSP-22239 Loading...
-
ALIGNSP-23410 Loading...