can you please let me know how to serach for all the list of issues in whchi the summary is doest not start with few letters . lets say 'ABC' and ABB
Community moderators have prevented the ability to post new answers.
Hi Anand,
Script runner plugins is what would help. It provides below function in JQL
issueFunction not in issueFieldMatch("project = XYZ", "summary", "^ABC") and project = XYZThe function searches all the issues that have summary which doesnt start with provided regex for a given sub filter.
Regards,
Vijay.
Not that I am aware of :(
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.