need help to create the create a query where we can find defects. In which summery contains " %Data%" or description of defects contains "%Data%"
Project in ("WPANSL-Network Service Layer") AND type in (defect) AND summery
@[deleted]
Use project in (project) and (summary ~*data* or description ~*data* and issuetype in (defect))
So are you actually trying to find summaries that include the % symbol here or what? Can you give an example of a summary that depicts what you’re trying to find?
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.