I'm receiving the error below when searching for 2 issue types I have created; Offboarding & Employee Change
I'm not to familiar with JSD Syntax so any assistance is appreciated. I'm sure this is any easy fix as I already see a Green Check mark, an indication to me the Syntax is correct.
Try the following:
issuetype in ("Offboarding", "Employee Change") AND ...
That did it, thanks!
One more for you.. If I want to filter so the Resolution is "Done" which is one of our Resolutions what do I need to add to the syntax below?
issuetype in ("Employee Change", "Offboarding") AND updatedDate < "2018/01/03 00:00" AND updatedDate > "2017/12/27 00:00"
I need to run weekly reports on these changes to ensure they were done correctl
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
issuetype in ("Employee Change", "Offboarding") AND updatedDate < "2018/01/03 00:00" AND updatedDate > "2017/12/27 00:00" AND resolution = Done
Check out https://confluence.atlassian.com/jirasoftwarecloud/advanced-searching-764478330.html for more examples, available functions/clauses/operators etc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can I keep you on speedial? Lol but that worked like a charm and I will use that link as a reference move forward.
Thanks a bunch this will save a lot of time moving forward.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ohh your issue was that you were missing the parenthesis in the values for the issuetype..
I have another issue, I want to use UNION like in SQL, to search:
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.