I am looking for SQL to get custom fields with values in jira for issues
Jira version : 8.20.5
Projectkey,issuekey,customfieldname,customfieldid,customfieldvalue
Hi @Bhargavi Vasa ,
Can you describe more in detail on what you are trying to achieve ?
You can use JQL to find the issues you need, and configure the columns in the list view.
Best regards,
Kris
I am looking for SQL to get custom fields in a project with their values for all the issues in that project
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The quickest way to do it to export the issues via JQL. Export the issues to an Excel or CSV file with all fields. You can select the information you need from within the Excel file
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.