I am trying to integrate ServiceNow and Jira. I need to know the table name for bugs/defects/ issues and tasks and subtasks in Jira.
Kindly let me know the table names and also point me to URL so I can get other table names for future integrations.
JIra does a lot of caching of data from DB tables, so modifying the database directly is never a recommended approach. Reading from a Jira Data Center database, you'll want to look at the jiraissue table and the issuetype table. For Jira Cloud, there is no database access, you must use the Jira Cloud REST API
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.