Questions tagged [jira-agile]

Jira Agile, formerly known as Jira Greenhopper, is the Agile taskboard, planning and reporting add-on for Jira. It integrates into Confluence as well and together these products provide a complete solution for agile development and documentation management.

Jira Agile, formerly known as Jira Greenhopper, is the Agile taskboard, planning and reporting add-on for Jira. It integrates into Confluence as well and together these products provide a complete solution for agile development and documentation management.

267 questions
0
votes
1 answer

Story point in jira for done sprint

I need to fill in the story point for done sprint , because i was recoded it in excel the our management wants to extract reports from jira
0
votes
1 answer

How to make a custom field required in Jira?

I have a Jira custom field and I would like to make it required for a specific project. How can I do that?
0
votes
1 answer

Write a JQL query for an issue that has issue links of type defect and with the status open

I need to write a JQL query that is looking for issues in a specific project with issue links of type resolves. Here is my JQL query: project = NATMF and issuetype = Fix and issuelinktype = resolves, I would like to refine this query to make sure…
0
votes
0 answers

Jira query to find TCs that are executed by specifin person (the assignee is diferrent person)

Test Case I want create a jql query to find the test cases that: are in one test plan and are passed or accepted and are exeuted by specific persons For the first part i created the below query: (issue in testPlanTests(NCB-78801) AND (cf[11812] =…
vtasou
  • 1
  • 2
0
votes
2 answers

How can I update my Kanban board's filter to ignore closed XRAY Test issues?

I have a Kanban board and I see all XRAY Test issues in Open issues navigator even though they are closed. The Open issues are using a filter to pick issues where Resolution is unresolved and all XRAY issues has Resolution as UnResolved as the…
Anisha R
  • 1
  • 1
0
votes
2 answers

Is it possible to export an automation rule as a JSON file in Jira?

I would like to know if it is possible to export an automation rule as a JSON file and then import it in another instance of Jira, is there a way to do that?
0
votes
1 answer

What is the right way to create a customised log to track past taks and create new tasks in Jira

I am new to Jira. I want to create a log of all the tasks performed by my team in a customized class-object type to maintain a record of past requests and also use it for present & future requests. I am not clear on what to use to create a log. Is…
Yash
  • 275
  • 1
  • 8
0
votes
0 answers

log in as another user in jira data center

I clicked on gg "Users" and I typed a specific user name and I was trying to login as that user but the problem is that I didn't find log in as user under the three dots. Here is a screenshot of the menu that I found. Anyone knows how to log in as…
0
votes
0 answers

How to write a JQL to retrieve the summation of a numeric field in the Jira for an issue list?

In my Jira project, I have two numeric fields ‘Design Effort (hrs)’ and ‘Execution Effort (hrs)’. I need to write a JQL query to get the summation of these two fields for an issue list. For example, If I write a JQL as below (Refer the screenshot)…
0
votes
0 answers

Error message with Python jira-agile-metrics package - name 'jira' is not defined

I am fairly new to Python and I am trying to use the jira-agile-metrics package to get metrics from our Jira project. As I read the documentation for the jira-agile-metrics, the instruction is to use the Python command line. After installing the…
Betabr
  • 17
  • 9
0
votes
0 answers

Jira Rest Api to fetch assignees giving limited result

I am currently using below rest api for non-cloud jira server to fetch assignees, it is just giving maximum 100 assignees, and pagination is also not working after 100 though many users are present.
0
votes
1 answer

JIRA: create default templates

Is there a way to create default templates to be added to the description section automatically on creating a story/task. I know JIRA provides a lot of add ons available in marketplace that provide similar features at a price, but I am looking for…
Tanu
  • 1,286
  • 4
  • 16
  • 35
0
votes
1 answer

Using Jira as Board and Azure Devops as CI/CD

Have you ever tried to use Jira as development board and Azure DevOps as repository + CI/CD Pipelines? I was wondering if it is possible to link to Jira tasks the results of Azure pipelines deployments and builds, i found this plugin but reviews say…
0
votes
1 answer

Rename file in Jira script editor problem error: File doesn't exist on the server filesystem

I am using the Jira script editor and I just want to change the name of my file from CreateMultipleSubtasks/scriptFragment_Condition_CreateMultipleSubtasks.groovy to a new…
0
votes
0 answers

How to create the timeline for an issue in zube?

I tried to create the sprint in zube(Project Management Tool) but unable to create the timeline for any issues based on which I should see the burn down chart. I tried to create the sprint in zube(Project Management Tool) but unable to create the…