I want to link to some single-issue searches (searches whose results will only ever be a single issue), but would rather not force people to then click to see the issue itself. I realize it's possible to use the URL for the 'full content' view, but that's ugly compared to the actual issue page.
In other words:
http://<JIRA_SERVER>secure/IssueNavigator!executeAdvanced.jspa?jqlQuery=comment+~+%<SEARCH_TERM>%22&runQuery=true&clear=true
http://<JIRA_SERVER>/sr/jira.issueviews:searchrequest-fullcontent/temp/SearchRequest.html?jqlQuery=comment+~+%<SEARCH_TERM>%22&tempMax=1000
http://<JIRA_SERVER>/browse/<ISSUE_FOUND>
possible?
I am also interested in this question.
I plan to use this to link between comments and issues imported from another bug tracking sistem and because I don't know before hand which bug will be mapped to which issue number I plan to search for a field which will conatin the old bug number.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.