I need to remove the business values that were allocated to previous sprint tickets. So that I can assign new business values for the tickets as per new sprint starting today.Can someone help me to write a jira query for the same.Thank you.
Welcome to the community.
Why not just clear the Business Value field in your new sprint's issues? Why update issues which got closed previously.
Many ways to do this but a sample JQL like below and bulk update the issues to remove so you can add your new value?
project = XXXX and Sprint in openSprints() and "Business Value" is not Empty
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.