Top "Jira" questions

Questions tagged with [jira] should be related to interacting with Jira programmatically.

Updating Jira tickets from Jenkins workflow (jenkinsfile)

How can I update a jira issue from within a Jenkinsfile (jenkins-worflow/pipeline)? Is there a way I could use …

jenkins jira jira-plugin jenkins-cli jenkins-workflow
Best practice for Scrum "done" concept in JIRA

I work at a small service based company where we are starting to implement Scrum practices, and we are also …

scrum jira
Close Jira issue via Git commit

Does anyone know if it's possible to change the status of a Jira issue using a Git commit? I am …

git commit jira
Connect Java rest API to JIra

I want to connect Java with JIRA trial account. I tested this code: public class JiraImpl { private static URI JIRA_…

java jira jira-rest-api jira-rest-java-api
How do I find resolved JIRA issues in the CURRENT week (Monday to Friday)

I want to find all the issues resolved in current week. We are using JIRA web ui. I do see …

filter jira jql
Is there a way to use Markdown (or similar) in Jira's text fields?

I'm using Jira for issue tracking and would like to be able to write issue descriptions and comments using Markdown. …

jira
JIRA API: Get epic for issue

Is there a way in which I could get the epic for an issue ? The api returns a lot of …

jira jql
Is there a JIra query which will return all stories without an EPIC?

I'm trying to tidy up our Jira board and create an accurate story map. To do that I need to …

jira jql epic
Listing All JIRA Transitions via API

I'm looking to set up smart commits in JIRA, but my developers want to know all the options for their …

jira jira-rest-api
How to get total hours spent on an issue for a user JIRA REST API

I'm quite new to JIRA's REST API, I wanted to get the total time spent on an issue by a …

jira jira-rest-java-api