aschuma

ATL :: JIRA :: SQL Application Link

Sep 9th, 2015
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.31 KB | None | 0 0
  1. SELECT SUBSTR(a.property_key,16,36) AS "Application Key", b.propertyvalue AS "Application Name" FROM propertyentry a JOIN propertystring b ON a.id=b.id WHERE a.property_key LIKE 'applinks.admin%name';
  2.  
  3. https://confluence.atlassian.com/display/JIRAKB/How+TO+remove+Application+link+directly+through+JIRA+DATABASE
Advertisement
Add Comment
Please, Sign In to add comment