I cant get it solved and it drives me crazy.
I have service id of applications which i have to change! These are 200!
I created a list of them and searched like
service id – (1,103,......)
but its not working! Can you guys please help me? I think i have Jira 8.2
Hi @O.A. ,
Can you please elaborate your question? If you want to search for all the applications with those service ids, then you can try
"Service id" in (1,103,......)
But again, I am unclear with the request. Let me know if the actual requirement is a different thing.
This is working, but if i put it 200 times in, it isnt working. Now im trying your solution that means:
Project = ..... AND "XY" in (1,103,...) ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is the field type of "buchpos" ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i have no clue! sorry. It seems to be a textfield but im not an administrator or else. Im just a user who got the order to change 200 applications. and i would love to do them all to gether not separatedly. and if i dont get it for this time, for the next time. :) Thatswhy many thanks for your help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
From the screenshot I assume it is a number field, then you can try using
Project = ..... AND ("buchpos" in (1,103,...))
If that doesn't work try
Project = ..... AND (("buchpos" ~ 1 OR buchpos" ~ 103,...))
If there are any errors when you execute the query attach the screenshot for reference.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can also actually prepare a CSV file with application name, service id, existing Issue number, Summary. Ask the JIRA admin to bulk update the issues. That should help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Project = ..... AND ("buchpos" in (1,103,...))
The error message is "in isnt supported by field "buchpos"
The second i tried and he is not executing the search if its more than 20!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would recommend this option
You can also actually prepare a CSV file with application name, service id, existing Issue number, Summary. Ask the JIRA admin to bulk update the issues. That should help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The reason being, if that is a text field, you cannot search like select list type that would have definite options. Bulk updates in UI will not allow you to update different values for the filtered issues.
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.