Hi Team,
To remove the closed bugs from the dashborad i need to set all the bugs resolution to Fixed, can any one help me for the same.
When I did bulk editing for all that time resolution field is not appearing.
You can create a transition for the required issues with a post function, which changes the Resolution. Then you can execute the bulk edit operation, choose the Transition issues operation and execute the created transition.
Or you can use a plugin like Scrptrunner or Power Scripts. ScriptRunner has a built in function bulk change resolution.
https://scriptrunner.adaptavist.com/latest/jira/builtin-scripts.html#_bulk_fix_resolutions
Hi Alexey,
could you please guide me how create the transition with post functions?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You should go to the project settings. Then choose the Workflows menu option. Find workflows for the issues, for which you want to change the Resolution field. Edit the workflow and add a transition from any status to itself. Then add the Update issue field post function, where you set the Resolution field to the required value. Publish the Workflow and do the bulk edit with the Transition issues operation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.