I have created 40 tickets in that I want to search KEY from 30 to 40 for that I need to go with
My question is How to add a Check box "KEY" in +Morie Criteria ?
Currenly I am using the JIRA 5.2
Thanks in advance
Hello again imran.... didn't I just see you over in another question ;-)
You won't do it under the "More" button, you'll have to use JQL, it's not an option
Search for issues with a particular Issue Key or Issue ID (i.e. the number that JIRA automatically allocates to an Issue).
Supported Operators: =, !=, >, >=, <, <=,IS, IS NOT, IN, NOT IN
e.g.
issuekey >= KEY-30 and issuekey <= KEY-40
Although, WHY you'd want to do that is not clear, it's not normal working practice....
why dont check the community i have found 1.5 k people who searched "filter by issue key" and sorry i am totally fed up in expalaining what i am looking for my opinion on the response if this is the case very less number of people prefer this page !!!!!!..... have a nice lyf cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Imran, none of those 1.5k questions are asking the same as you as far as I can tell.
We're not demanding you explain yourself, we are simply curious as to why you want to search on issue-sequence numbers. I can't think of a significant use for it, so I would like to learn.
Instead of being rude, you could try simply saying "I don't want to tell you for my own reasons" or better, explain the use-case. There's a good chance we'll say "Oh, I had not thought of that" or "Oh, that's clever", or "well, there's a much better way to do that, have you thought of..."
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@nic, it's not worth the blood pressure. It was fun over lunch...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nic, I was not at all rue I am quite surprise of looking at your answer
always people expect which was not there in jira .
as far as I know My question was very simple !!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Imran, to my mind, telling me to "check the community" when I ask you a polite question feels rude. Telling me you're fed up when people are asking you questions, instead of answering, or explaining why you don't want to answer, is a little rude. Telling us to "have a nice lyf" is definitley rude. Especially as you've asked for our help or advice.
It might not have felt rude to you, but it did to me. I'm happy to accept that you didn't intend to come across as rude.
@matthew - I know. Holiday later :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Actually, I've just thought - you could also write a "derived" custom field that only shows the issue sequence part of the issue key (And possibly enable that in the "more criteria").
Of course, you'd end up with some nonsense searches (because a search for ">30 and <40" would return issues from multiple projects), but it might help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Mathew / Nic
thanks for the reply
Before asking to you people I knew this answer
Key >= VUID-665 AND Key <=VUID-667 AND assignee in (imran,currentUser())
I did not wanted to use Supported Operators that's why I asked check box
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yup, perfectly valid question. The answer is that it's not possible and you need to look into coding.
There's a valid workaround as well - do it in the advanced search, as you already suggested, and Matthew confirmed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Code.
You'll need to take apart the simple search and write extra code to enable this function.
(I'd question the usefulness though - I can't imagine any human coming to me and saying "I need to search for issues with sequence numbers between X and Y")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Nic in the above comment you were clearly saying that you did not take my question seriously that why I sad there were so many people asking same question in a different way
I can't imagine any human coming to me and saying "I need to search for issues with sequence numbers between X and Y")
Hope my question will not felt rude to you !!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't work for Atlassian, I don't get paid for this. I do it because I quite enjoy the effort and I believe in contributing back to a community I have gained a lot from. If no-one contributed when I started, I wouldn't be where I am now.
By "fun" I mean that I find the intellectual effort fun & beneficial to me and enjoyable. Hopefully you will get the same benefit.
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.