Jira Epic, story and task are typical terms in project management and agile software development. While some people use them interchangeably, they have distinct meanings and serve different purposes in
Blog
Jira ticket description best practices for software developers and project managers
As a software developer or project manager, using Jira to track and manage tasks is an essential part of your daily workflow and therefore Jira ticket description best practices are
How many issues can Jira handle?
Jira is a popular project management tool that allows teams to: One of the critical features of Jira is the ability to handle many issues at once. Jira can display
how to link issues on Jira with python
If you are a product manager or a developer working with Jira, you will need to link issues in Jira with python from time to time. Why link issues in
How to get User ID on Jira using python
When working with Jira, there are multiple cases where a user ID (accountId) of a Jira user is needed. For instance: Jira put out a notice to deprecate usernames and userKeys
How to set an assignee on Jira with python
If you are a user of Jira, you are probably aware of the assignee function, which allows you to set the assignee to specific users within your team. Setting assignees
how to add a watcher to a Jira issue with python
If you are working on a project in Jira and want to add a watcher to an issue, you can use the Jira Python library to accomplish this task quickly
How to create epic on Jira with python.
As a project manager or a software engineer, you will be required to create an epic on Jira to track work. Jira is one of the most important tools to
How to create a Jira subtask with Python
A Jira subtask is used to break down work into smaller units. These smaller units can be assigned to different people independently. Subtasks can be converted into issues and issues
How to get Jira API token
The following steps are a guide on how to generate a new Jira API token. 2. Register a new API token by labelling your token and hitting the create button
How to search for Jira tickets by label
This guide is part of a continuing series of posts which cover the search for Jira tickets by label and other criteria. Read more on Jira search via JQL There
How to close all Jira subtasks in an issue
Jira subtasks are used to break down work into smaller efforts. These smaller efforts can be tackled one at a time and they can also be assigned to different members
How to fetch all the labels from a Jira Issue.
Python can be used to query all the labels from a Jira issue. Complete code snippet: The output of the code snippet above is shown below: Read more on how
How to add a label to a Jira issue with Python
Python can be used to add a label to Jira issues. Labels can be used to organise, sort and classify Jira issues based on different aspects. Using Python to add
How to search for Jira issues with JQL
When Jira issues become many on a Jira board, we often find it useful to search for Jira issues that match a certain criterion. Searching skills come in handy when
How to transition a Jira issue with Python
This guide shows how to transition a Jira issue with Python. The transition moves the Jira ticket from its current status to a different one with Python Read on how
How to create a new Jira project
“Create a new Jira project”, is a great way to start a successful project for collaboration with distributed teams. This guide will take you through step by step on how
How To Improve The Quality Of Jira Issue Comments? Markdown
How to add rich text to Jira issue comments using markdown. Initialise a Jira connection object Get the issue id from the Jira board e.g PJH-6 is the issue id from: https://server_name.atlassian.net/browse/PJH-6. Initialize
How to edit a comment on a Jira issue with Python
How to edit a Jira comment with Python: Initialise a Jira connection object. Get the issue id from the Jira board. e.g PJH-6 is the issue id from: https://server_name.atlassian.net/browse/PJH-6. Initialize a Jira issue
How to get the latest comment from Jira issue with Python
how to get the latest comment from Jira issue with Python Initialise a Jira connection object. Get the correct issue id from the Jira board. e.g PJH-6 is the issue id from: https://server_name.atlassian.net/browse/PJH-6