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

Jira .NET SDK: issue.Savechange() throw unknown exception

The .NET program I used to create Jira issues automatically failed to save the new created issue recently. The tool was working perfectly until a few days ago, so I guess the problem might be on the Jira server side. See the attached pics for…
Ming
  • 379
  • 1
  • 6
  • 20
0
votes
1 answer

Jira : Where do the Search filter appear on the Shared person's board

I created a search filter through Click Issues->Search for issues, in Jira and shared it with the developer group. Now I am not aware where has the developer navigate to view the filter. Can someone give me that general path on which the search…
sith
  • 335
  • 2
  • 3
  • 9
0
votes
2 answers

Jira jql query to filter issues which has child issue in it

I am in a situation where I have a Basic JQL i.e. issueKey in (JIRA-1,JIRA-2,...JIRA-1000) I would like to add a AND condition and filter out the only issues which has Child issues within Expected Output - If JIRA-1,JIRA-2 only has child issues so…
Error Hunter
  • 1,354
  • 3
  • 13
  • 35
0
votes
1 answer

Jira - Restrict the Available Statuses by User

Currently, any user that has access to create a ticket on the Jira board can select any available "Status". I am trying to restrict the ticket statuses that each user has access to. For Example: There are 10 team members and 10 total ticket…
0
votes
0 answers

JIRA webhook issue for EPIC status

I was trying to configure a webhook in JIRA which will trigger my gitlab pipeline. I wanted to trigger the pipeline when EPIC status is Ready for Go Live . Now the problem is pipeline is triggered every time whatever the status (Done,Release…
0
votes
0 answers

how to filter for issues under several epics

I would like to search for tasks located under several epics. All the epics have a unique suffix "Version 12", but I can't filter with wildcards. What I thought of was to create a complicated filter but it also doesn't work. Here's how it…
Noa Regev
  • 5
  • 1
  • 3
0
votes
1 answer

Jira + Dashboard: Rudimentary views in new dashboard?

we want to create a rudimentary dashboard for a client in Jira. Only certain items like epics and defects should be displayed. only epics and defects should be displayed in the overview when creating a new epic, we want to be able to select…
Mornon
  • 59
  • 5
  • 22
0
votes
0 answers

(Jira Software Server) IntelliJ won't recognize the atlassian imports

We are currently using Jira Software Server (version 8.7.1) and have tried running our code in the Script Console on IntelliJ. But it seems to have a problem recognizing the imported classes although we made sure to specify the correct directory for…
0
votes
1 answer

Jira/Atlassian Java Service Desk API - best way to handle authenticating customers/service desk user accounts on a reporting application?

Currently working on a service desk application that allows service desk users on our system to see more than they currently can on Jira. What i'm wanting to do is allow them to be able to comment on tickets and possibly add further tickets. I am…
0
votes
1 answer

Jira: Can non-administrators import into multiple projects?

JIRA offers the possibility to import issues specified in a csv file. From all I know and found, there should be a choice to either select the (single) project to import into from a dropdown list, or tick a "defined in csv" checkbox to sepcify…
WorkFlo
  • 35
  • 5
0
votes
0 answers

Getting below error while executing this query

Please help me on this. Getting below error while executing the query. ERROR: type "unsigned" does not exist LINE 3: FROM_UNIXTIME((CAST(attribute_value AS UNSIGNED)/1000)) SQL state: 42704 Character: 118 Query: SELECT d.directory_name AS…
0
votes
2 answers

Adding a comment to a task in Jira software

At the bottom of the task, under Activity, I am seeing All, Comments, Work Log, History and Activity. I selected the Comments tab. However, I don't see a way to add a comment.
0
votes
0 answers

JS query to Jira REST API works fine but similar query to Jira Agile REST API fails

I'm trying to fetch data from my Jira Cloud instance through the Jira and Jira Agile REST APIs using JavaScript in a browser. Queries to Jira REST API work fine but identical queries to Jira Agile REST API keep failing with the response Response…
0
votes
1 answer

Make mandatory to put merge request link in "Ready to merge" column

In my job we are creating a Jira board to manage our tickets. I created a column called "Ready to merge", and I want that when a ticket is passed from "In progress" to "Ready to merge" to be mandatory to put the link of the merge request. Do you…
AleGallagher
  • 1,745
  • 7
  • 30
  • 40
0
votes
1 answer

Jira JQL card color

I am trying to set card colors to a specific color if the card was not updated in the last 2 days. To do so I used the following query: updatedDate >= 2d This does not seem to work, any ideas why?
Daniel
  • 11