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
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 = XYZ
The 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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.