I want to run the below query to enable the disabled plugins but I dont know where to run it. Please help how can where can I run it.
update pluginstate set pluginenabled='true' where pluginkey='com.atlassian.pocketknife.api.commons.plugin';
Hello,
You should find out what your database is, which you use for Jira, and connect to this database with a tool for this database.
I have jira service desk server version ... What is the path to the database for JIRA ? Sorry I am new to JIRA.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
By the way, if you are on Jira Cloud, you can not query the database.
If you are on Jira Server, then you can find info of your database if launch the config program:
jira_install\bin\config.sh for Linux
jira_install\bin\config.bat for Windows.
You can find more info here:
https://confluence.atlassian.com/adminjiraserver071/switching-databases-802592192.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Alexey Matveev Hi ,hope your issue got resolved i am little bit confused where to use aql query or jql command in jira service management to filter out the duplicate asset and to delete it .
Thanks and regards
Anupam
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.