How to merge two projects, Project A and Project B, in sheets using jql? Project A and Project B have different fields except for one. Trying to join the tables using this common field.
Hi @Ch Vamsi Krishna ,
Welcome to the community !!
1. What do you exactly mean by sheets ?
2. If you are looking to merge tickets from project B to project A, then you can use "Move" issues of Bulk Edit
If you need all fields, then add the missing fields to project A screens and then do the bulk move from project B.
hi @Rilwan Ahmed thank you for your assistance. I'm afraid my question is not clear.
Can I retrieve all the tickets from two different projects(each project has a few common fields). The tickets should be retrieved based on a conditional statement like, if project1.field1==project2.field1. Only the tickets with same token numbers from different projects should be retrieved. I want to filter out the uncommon data from different projects using jql condition.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Ch Vamsi Krishna ,
"project1.field1==project2.field1" is Not possible in native Jira. I don't know if there is any plugin which can do this task.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the Atlassian Community!
JQL is for finding issues, it has nothing to say about the data on those issues, that's up to how you are using the reporting. Your "sheets" don't matter to Jira (unless you somehow import them)
To merge projects though, the most simple case is to search for a pile of issues and then use "bulk edit" to move them to the target project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you @Nic Brough -Adaptavist-
You say JQL has nothing to do with the data?
But, we can filter out fields using JQL, right?
Based on that logic, can I retrieve all the tickets from two different projects(each project has a few common fields)? The tickets should be retrieved based on a conditional statement like, if project1.field1==project2.field1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, I wrote that JQL is for finding issues.
It gives you a list of issues that match some criteria. It has nothing to say about the data on the issues, tha'ts handled by your reporting function.
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.