CAUTION: heavy queries could cause crashes!
...
- Copy the desired column out of excel and paste directly into Word.
- In Word, press Ctrl+H (find and replace). Find ^p and replace with ,
No Format |
---|
SELECT p.pkey||'-'||I.issuenum as "KEY",summary,created,updated,reporter,creator FROM JIRAISSUE i JOIN project p ON I.project=p.id WHERE p.pkey||'-'||I.issuenum in ('PICO-5910','KIT-98') |
...
Finding a certain add on used in workflows, e.g. Bob Swift's Create on Transition add-on.
Get the com.company.plugin add-on key information from the Manage add-on administration page:
...