How can I perform a bulk delete on issues that have the same status in a project in Jira? - project-management

I have a project called test_pro with over 300 issues. Nearly 200 of them have a status Ready To Release, and I want to remove all those issues from my project. How can I perform a bulk delete using the status Ready To Release and the project name? Is it even possible?

This answer was given to me by someone else
https://answers.atlassian.com/questions/328291/how-can-i-perform-a-bulk-delete-on-issues-that-have-same-status-in-a-project-jira?page=1#328440
yes it is possible, please read the following steps:
Search for the issues with Ready To Release status using JQL query:
project = "test_pro" AND status = "Ready To Release"
Tools > Bulk Change > Select All > Delete Issues > Confirm
For more information, please refer the documentation.
Always backup JIRA data before we try, in case we can roll back.

Have you tried the hints from this page: https://confluence.atlassian.com/display/JIRA/Modifying+Multiple+%28%27Bulk%27%29+Issues ?
Also someone has posted that question on the Atlassian forum, please look here: https://answers.atlassian.com/questions/191797/how-to-do-bulk-delete-in-jira

Related

Google play Console: Property incorrect_psl_declaration.TITLE not found

I just pushed my new updates on play store and all over sudden am getting this error, I have tried to research online for answers but I get non, any help what this error means and how to fix it?
Any help and guidance on how to fix this is highly appreciated
I'm glad to see others have been impacted and it was not just me!
It seems to be a bug with the Google review system. Best thing to do is contact them via the link to their form in the footer of the email you received.
Update 2:
I did not take any action and passed the review process today.
Update 1:
I received the reply I have screenshot below, which does not help much. I asked what the notification was about and he did not address the issue at all, so now I don't know what to do. However he did confirm that my app was currently in the review queue, so maybe we just need to wait. Maybe the email notification with errors can be ignored. I will wait a few days to see if my app passes review without taking any further action.
I've just updated my Data Safety forms adding Device or other identifiers because my app request Ad Id, BSSID etc.
I've faced the same issue, and the solution is :
You need to check if you're using third-party libraries (in my case, IronSource and AdMob) that collect the user data.
If you're using IronSource you need to fill the Data Safety from here :
https://developers.is.com/ironsource-mobile/general/google-data-safety-questionnaire/
After you fill the Data Safety, hit the save button and wait for the review to complete.

how to get bug count from every file of the project in sonarqube

if anybody knows please give me sql query or idea, I am not able to find common thing for getting bug count from projects_measures and projects table.
You can use this curl request:
curl <SONARQUBE_URL>/api/issues/search?ps=1&projectKey=<PROJECT_KEY>&facets=types
by using facets=types you will get the number of issues by type (bugs, code smells and vulnerabilities).

How to solve Unexpected HTTP status code: 404(-1)

Although I set up my xcode swift file to create a repository when I click SourceControl -> Make a Working Copy I receive the error window "All projects are already under source control. Then when I to Window -> Welcome to Xcode -> "Check out an existing project" I get the error "Unexpected HTTP status code: 404(-1).
Does anyone have an idea on how to solve this please? Thank you
When you use Welcome to XCode > Check out an existing project you need to enter the github repository url as provided on the <> Code tab in github. It will look something like
https://github.com/username/MyRepository.git
In my case I got -401 with the following premises:
The URL was OK
The user credentials were OK
However, the user was not approved for downloading from that repository
Using the correct user solved the issue.
I got this issue when using xcode with bitbucket service.
Not entirely sure if I changed something or bitbucket changed something but I noticed that my domain in the URI for the remote had changed in bitbucket and xcode was no longer attempting to push to the correct path.
eg.
domain/repo.git
for some reason now was:
domaincom/repo.git
again, I do not remember changing anything but perhaps something changed in bitbucket to alter how the usernames are formed?
I think my team ( username ) was domain.com and they always worked with the first part up until the first . but perhaps changes have allowed for their service to remove all dots and use the full team name ( username )
I removed and re added the remote using the correct URI and it worked.
In my case, the issue was with my bitbucket plan which had exceeded the free plan tier and was restricted to read-only. Fixed my plan in bitbucket, and the issue was solved after a while.

Can I remove an unmapped status with issues in Jira?

I have a custom workflow in Jira. I deleted a status with issues, so now it has gone to unmapped status "Statuses containing issues." When I opened the project's workflow, the deleted status was still there because I think it had an issue. I do not know that issues.
I can not delete the status from unmapped status because it has issues. I tried to change the workflow, but it asked me to assign deleted statues to a new status.
The thing is, I have over 200 bugs that I do not need to track. So adding a current status and then deleting issues step by step is impossible.
You need to have a work round in place by creating mapping called 'shredder' and perform a bulk-update to map them here. The you can delete them all.

Glimpse.MiniProfiler plugin not showing duration

When I use MiniProfiler plugin for Glimpse, the duration column is not showing anything.
What could be missing? Anyone experienced the same?
I'm the developer behind this plugin.
The problem is that the plugin is collecting data before the request ends. The thing is that it's not obvious how to collect data in that situation and I'm working on that.
I'll update this answer when I fix the problem.
Ths ticket can be found here: https://github.com/mcliment/miniprofiler-glimpse-plugin/issues/2

Resources