I see below two filed on UI but not available on backed database table.
Estimate Due Date
Percentage Complete.
please let me know the backed table for above filed.
@Rakesh Patil These two look like some custom fields in a JIRA instance. Custom fields are storied in "customfield" table and their values for JIRA issues are stored in "customfieldvalue" table in JIRA database.
Please see this documentation for more information: https://developer.atlassian.com/server/jira/platform/database-custom-fields/
Thanks you very much this resolved my problem. Thanks for helping me :)
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.