In Jira, the possible statuses that can be included in a workflow depend on the customization and configuration of the specific project. However, there are some common default statuses that are available in most Jira instances. These common statuses include: Open: The initial status of an issue when it is created. In Progress: The status… Continue reading Possible statuses can include in workflow in Jira
Category: Jira
Understanding Work Ratio Metrics in Jira for Improved Project Management
In Jira, you can find the work ratio (also known as work progress or work completed) using the Jira Query Language (JQL) in a filter. The work ratio is the percentage of work completed for an issue or a set of issues. Here’s how you can achieve this: Open Jira and navigate to the “Issues”… Continue reading Understanding Work Ratio Metrics in Jira for Improved Project Management
To generate a report in Jira that includes tasks with completed QA and their related QA tasks, you can follow these steps:
Create a Jira filter: Navigate to the Issue Navigator in Jira. Click on the “Advanced” search option. Enter the following JQL query to filter tasks with completed QA and their related QA tasks:sqlCopy codeissuetype = Task AND status = “QA Done” AND “QA Task” IS NOT EMPTY AND “Epic Link” IS NOT EMPTY If you… Continue reading To generate a report in Jira that includes tasks with completed QA and their related QA tasks, you can follow these steps:
If some fields are hidden in the Issue Navigator in Jira, you can follow these steps to find and display them:
Navigate to the Jira dashboard. Click on “Issues” in the top navigation bar. In the drop-down menu, select “Search for issues”. This will take you to the Issue Navigator. On the Issue Navigator screen, click on the gear icon labeled “Columns”. In the “Columns” dialog box, scroll down to the bottom and look for the… Continue reading If some fields are hidden in the Issue Navigator in Jira, you can follow these steps to find and display them:
How to create a plan in Jira Software
In Jira Software, go to Plans (in header) > Create. The ‘Create’ page will be displayed. Select Plan > Create. Give your plan a name. Select one of the privacy options from the privacy drop-down: No restrictions – all users can view and access the plan Private – only the creator of the plan can view, access, and edit the plan Click Next. Choose the issue sources (boards, projects, filters) that… Continue reading How to create a plan in Jira Software
Create Report from Issue Navigator in Jira
Perform a search: Use the Issue Navigator in Jira to perform a search based on your criteria. Refine the search query using Jira Query Language (JQL) to filter the issues you want to include in your report. Customize the columns: Once you have the search results displayed, click on the “Columns” button to customize the… Continue reading Create Report from Issue Navigator in Jira
Restrict access to an issue in Jira Software
We can restrict access by setting the issue’s security level. To set the issue security level on issues in company-managed projects: Choose the lock icon at the top-right of the issue. This icon only appears if the project has a security scheme configured. Select the desired security level. You can also remove an issue’s security level… Continue reading Restrict access to an issue in Jira Software
Reports in Jira
In Jira, reports provide valuable insights and analytics on project progress, team performance, and issue statistics. These reports help teams and stakeholders visualize data, track key metrics, and make informed decisions. Here are some key points about reports in Jira: Built-in Reports: Jira provides various built-in reports that cover different aspects of project management. These… Continue reading Reports in Jira
Automation management in Jira
Automation management in Jira refers to the ability to automate various actions, workflows, and processes within the Jira platform. It involves setting up rules, triggers, and actions to automate repetitive tasks, streamline workflows, and improve efficiency. Here are some key points about automation management in Jira: Automation Rules: Jira provides built-in automation features or plugins… Continue reading Automation management in Jira
Linking Existing Issues During Issue Creation in Jira Software
During the process of creating a new issue in Jira Software, you can link it to existing issues within the project. Access the issue creation screen by clicking on the “Create” button in Jira Software. Choose the appropriate issue type for the new task, such as story, bug, or task. Look for the “Link” field… Continue reading Linking Existing Issues During Issue Creation in Jira Software