Let's say I want to make the field of Story Point editable just on step of creating the Task.
I don't want anyone to edit this field after its creation. So no one should do it at all.
So I've created the three screens
1. For the Create (the task) operation
2. separate screen for the View operation (of the task)
3. and screen for the Edit
Here are the questions:
1. Why is my story point field still editable? I've removed this field from my Edit screen.
2. What should happen if I remove the field of Story Point from the View screen?
I don't see any of the differences.
here is the screen
I've checked the Project name and the issue type - all of them are properly chosen. So what is the problem? I don't get :(
@Max , basically you need to separate the Issue Screen of your Issue Type in the project.
If you go to: Project Settings > Screens: You will see that has 3 different options for screens: Create, Edit, View. Each one is responsible for doing a thing in Jira.
Create > All fields present when you click to create Issue
Edit > All fields allowed to be edited after issue created
View > Fields that will be displayed in the issue after created.
You can have different screens for each of these options. So, what you need to do is > Make a copy of your current screen and apply this screen copy for Edit View > Then in this specific screen remove the field Story Point.
The field will still be displayed in the create and view, but will not possible to be edited anymore.
You can see more details here:
Atlassian Documentation > Configure issue screens | Atlassian Support
Youtube video > https://youtu.be/INBf1EVknd8?si=pYlSRugzQQ0ZN4Nt
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.