Hi,
Is it possible to export the results of a search (just de issues IDs as a text containing the list of issues keys the search has returned?
Example:
- If the first search returns the issues PRJ-1,PRJ-2,PRJ-3
- In the second search JQl I want to include key in (PRJ-1,PRJ-2,PRJ-3) without having to copy and paste manually the list of keys
Regards, Emiliano
This isn't a good solution for doing this repeatedly, but if it's a one-time thing, you may consider exporting your results to CSV (doesn't matter which columns are included, as long as the key is one of them), open the file in Excel, and then in one of a couple of ways convert the column of keys to a comma-separated list:
* Add a column as follows: if your first key is in cell A1, in B1 (or whichever column you wish) enter =A1; in B2 enter =B1&","&A2 and copy that formula all the way down; the final cell in B will have your list.
* Or paste the column into a text editor, with one key per line. Then use search and replace with regular expressions activated and convert $\r\n or $\n to ,
Hope this helps,
Payne
Emiliano,
I believe that JQL Search Exstension allows for nested JQL queries and ScriptRunner has a linkedissuesof function for nested search. Both are add-ons and would require you to purchase them to have a single query solution.
There are related feature requests for your question in JAC so you can vote for them:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Brant. The nested option wouldn't do it for me since there are some days/weeks between both searches and some issues might have been added to the sprint I'm doing the report on
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.