Hi @dhandapani
Which table i have to search for the backlog details?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Why you need to search for a table? Are you on jira server?
You can make a JQL query like:
project = YOURPROJECT and status = backlog
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes I am using Jira database. From there i have to find the backlog record count
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try jiraissue table
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok Sure I will check Jiraissue table.
Can you share which column i have to check for this? because I don't find the corresponding column
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try ISSUESTATUS
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you, it has numeric value like following (10001,10002,10000).
Still I have to check any other table to get the corresponding string value for this?
It will be helpful for me.
Thank you for your time.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have a look at this https://developer.atlassian.com/server/jira/platform/database-schema/ and click on the database schema to find the suitable table and column :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.