Hello There!
Currently I am restricting users to edit versions in some of my projects using project roles and only users in Project role= Fix Version Assigner and Users in Group "Dev1", "QA2" are allowed to edit versions within the project.
Now that we are importing test case issues (issuetype="Test") using importer and fix version is mandatory, other users who are not in the above group/role are unable to proceed.
Hence, My requirement here is to enable all users to edit the Fix Version when issue type is selected as "Test" irrespective of the projects and project role/group.
Please suggest a solution for this.
Thanks,
Swapan
We are using "Tests" issue type in every project and we cannot have a separate tracking for this
This will not feasible for our environment. Any other alternative?
I think the simple way to do that without any app is to use another project to manage your tests.
You can have 1 projets to manage your requirements and another one to manage your tests and use links between issues.
Such as Project X and Project X TEST
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We are using "Tests" issue type in every project and we cannot have a separate tracking for this
This will not feasible for our environment. Any other alternative?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can allow everyone to update FixVersion but for any type other than Test, remove the field from the edit screen.
Then create à screen with FixVersion only, in the WF add a transition from any status to itself and add this screen in this transition. You can then add condition on group and role for this transition.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Florian Bonniec , So let me elaborate more on this.
1. User 'A' is in Group "CCON others" and able to set/update version for a project which has project role permissions. PFA Screenshot of the permission scheme for project1:
2. User 'B' and User 'C' who is not part of the group or Role is unable to set/ update fix version while creating/importing Zephyr "Test" cases since not everyone is a part of Fix Version Assigner role. PFA Screenshot of the permission scheme for project2:
3. Now, I want User 'B' and User 'C' to be able to set fix version only when they select "Test" as an issue type and irrespective of the project role or other restrictions. Not only these two users but I want to allow everyone to set a fix version while creating TEST issue type across all projects in Jira.
Note: We are on Jira DC.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You cannot set different permissions based on issue type.
You have to allow everyone to set a fixVersion then find a way to limit it later in the process.
You can do it by removing the field from the edit screen, add the field in a transition and only allow A users to trigger this transition.
You can also set this field as readonly using Behavour from Scriptrunner when it's not Test issuetype and create transition.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.