How to filter Jira issues with a Due Date of more than a week? month? Answer Watch Like Be the first to like this Share 254 views 1 answer 1 accepted 2 votes Answer accepted Jack Brickey Community Leader January 8, 2024 Hi @Nadiia Boiko , there are a...
Filter for all the issues that you want to archive then bulk move them into a separate project as outlined in: Editing multiple issues at the same time Archived the Project as outlined in Archiving a project in Jira Server Advantages This technique hides the project (and its issues) from use...
Note the id of the filtersubscription entry from the query above. Append it to the following query select * from clusteredjob where job_id = 'com.atlassian.jira.issue.subscription.DefaultSubscriptionManager:<subscription_id>'; Substitute "<subscription_id>" in the query with the filtersubscri...
In Jira, teams use issues to track individual pieces of work that must be completed. Depending on how your team uses Jira, an issue could represent a project task, a helpdesk ticket, a leave request form, etc. In Jira, issues typically represent things like big features, user requirements,...
I have a requirement where i need to loop through all the tickets in the filter and update a filed. All I can do now is to set maxResult=100 and looping through the issues. but the filter has about 300 issues and may increase in future. I tried using maxResult = 300 b...
Zendesk admin tip: You can use JIRA filters to see Zendesk tickets. Useful if you are trying to see how many tickets are directly linked to the JIRA issues.
How do I share a private filter in Jira? How do I share a private filter with a project? Navigate to "issues and filters" Select "view all filters" Click the "..." menu and select "Edit" on the filter I am trying to share. ...
In your project, go to your Issues and filters tab. You can use the simple search, or click “Advanced search” for better results. For example, I want to re-assign everything assigned to a specific person to another person. I will use JIRA Query language to filter down the issues to...
What are you trying to accomplish? Filter issues (sentry.io/issues) by linked issues (from external issue tracker - Jira) properties. e.g. linked issue is in state "DONE" or "OPEN" etc. How are you getting stuck? Didn't find it anywhere in documentation or on the internet. Maybe it...
The first step is to export the data out of Jira and into a CSV file format. Screenshot showing how to export Jira data to CSV. Once the data is in a CSV format, you can sort and filter it, experiment withresource allocation, and create spreadsheets and charts that visualize the inform...