How can I search components, of a Project 'myproject', that start with 'mywork |' using Jquery ? Here I have 'n' number of components that start with 'mywork |'.
Please answer my query.
Hi Dharma, welcome to the Community. You can't really do that w/ JQL as the "~" operator is not a valid options. Moreover, JQL search is for issues not Components. To explain further by hypothetical scenario, if the "~" operator were to be supported for Component, then the JQL - project = myproject and component ~ "mywork" would find all issues in myproject that had any mywork-xxx components set. It would not however include any mywork-xxx components that were not used in any issue.
What you can do is to export all issues for myproject to CSV and include the component field then you could use excel to find what you are seeking with the exception of any non-used components.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.