Configuring Screens in Jira
Introduction
In Jira, screens define the layout of fields that appear when an issue is created, viewed, edited, or transitioned through workflows. Configuring screens effectively can significantly enhance the user experience and streamline workflow processes. This tutorial will guide you through the process of configuring screens in Jira.
Accessing Screen Configuration
To configure screens in Jira, follow these steps:
- Log in to your Jira instance with administrative rights.
- Navigate to the Jira administration area by clicking on the gear icon in the top-right corner.
- Go to Issues under the Jira settings menu.
- In the left-hand sidebar, select Screens.
Example: Accessing the screen configuration page
Jira Settings > Issues > Screens
Creating a New Screen
To create a new screen:
- Click the Add screen button.
- Enter a name for the screen in the Screen name field.
- Optionally, you can add a description to provide more context about the screen's purpose.
- Click the Add button to create the screen.
Example: Creating a "Bug Triage" screen
Screen name: Bug Triage
Description: Screen for triaging bugs
Adding Fields to a Screen
Once you have created a screen, you can add fields to it:
- Navigate to the Screens page and locate the screen you created.
- Click the Configure button next to the screen name.
- In the screen configuration page, click the Add field button.
- Select the fields you want to add from the dropdown menu.
- Click the Add button to include the selected fields in the screen.
Example: Adding fields to the "Bug Triage" screen
Select fields: Summary, Description, Priority, Assignee
Associating a Screen with a Screen Scheme
After configuring a screen, you need to associate it with a screen scheme to apply it to specific issue operations (create, view, edit). Here's how:
- Navigate to the Screen schemes page under the Issues menu.
- Click the Add screen scheme button.
- Enter a name and description for the screen scheme.
- Select the screen you created from the dropdown menu for the Default operation.
- Click the Add button to create the screen scheme.
Example: Creating a screen scheme for "Bug Triage"
Screen scheme name: Bug Triage Scheme
Description: Screen scheme for bug triage operations
Default screen: Bug Triage
Configuring an Issue Type Screen Scheme
To apply the screen scheme to specific issue types, you need to configure an issue type screen scheme:
- Navigate to the Issue type screen schemes page under the Issues menu.
- Click the Add issue type screen scheme button.
- Enter a name and description for the issue type screen scheme.
- Associate the screen scheme you created with the issue types you want.
- Click the Add button to create the issue type screen scheme.
Example: Creating an issue type screen scheme for "Bug Triage"
Issue type screen scheme name: Bug Triage Issue Type Screen Scheme
Description: Issue type screen scheme for bug triage
Associate screen scheme: Bug Triage Scheme
Issue types: Bug
Applying the Issue Type Screen Scheme to a Project
Finally, you need to apply the issue type screen scheme to a specific project:
- Navigate to the project settings for the project you want to configure.
- Click on the Screens option in the left-hand sidebar.
- Select the issue type screen scheme you created from the dropdown menu.
- Click the Save button to apply the changes.
Example: Applying the "Bug Triage Issue Type Screen Scheme" to a project
Project: Web Development
Issue type screen scheme: Bug Triage Issue Type Screen Scheme
Conclusion
Configuring screens in Jira is a powerful way to customize the user interface and ensure that the necessary information is captured and displayed during various issue operations. By following the steps outlined in this tutorial, you can create, configure, and apply screens effectively to enhance your Jira projects.