-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 7.0.0, 7.12.3, 9.1.0
-
Component/s: REST API
-
7
-
2
-
Severity 3 - Minor
-
0
Issue Summary
We've been using the create project rest api (new for JIRA 7) to create projects for JIRA migrations and noticed that the projects that we create using it are not getting assigned the default notification scheme when no notification scheme id is provided.
The Permissions Scheme is set to the default scheme (according to project type) whithout having to specify the id in the rest call.
Steps to Reproduce
Create a project using the rest API <Jira Base URL>/rest/api/2/project
Expected Results
The project is created with the default Notification scheme associated
Actual Results
The project is created without any Notification scheme associated.
Notes
Seems like the resolution to the issue JRA-14337 should apply here as well.
Workaround
After the project has been created, go to Project settings > Notifications, and link a scheme to the project.
- was cloned as
-
ACJIRA-757 Loading...