D
doneirik
Dear Group,
I do not know any XML, however, I probably need to use it...
Working on a plugin in Jira, I have an example opening a link using
the "href" command. Instead of opening a link, I would like to run a
script command (e.g. pdflatex or latex) in th xml code.
Any tips as to how I could do that?
parts of the code:
<issue-operation key="google-summary" name="Google this issue"
class="com.atlassian.jira.plugin.issueoperation.DefaultPluggableIssueOperation">
<resource type="velocity" name="view">
<img src="$req.contextPath/images/icons/bullet_creme.gif" height=8
width=8 border=0 align=absmiddle>
<b><a href="$req.contextPath/secure/ConfigureReport.jspa?
selectedProjectId=${issue.getProject().getString('id')}
\&reportKey=com.atlassian.jira.plugin.report.example.dhr_report
%3Adhr_report">DHR</a></b> DHR Report
</resource>
<!-- the relative order of operations -->
<order>10</order>
</issue-operation>
best regards
I do not know any XML, however, I probably need to use it...
Working on a plugin in Jira, I have an example opening a link using
the "href" command. Instead of opening a link, I would like to run a
script command (e.g. pdflatex or latex) in th xml code.
Any tips as to how I could do that?
parts of the code:
<issue-operation key="google-summary" name="Google this issue"
class="com.atlassian.jira.plugin.issueoperation.DefaultPluggableIssueOperation">
<resource type="velocity" name="view">
<img src="$req.contextPath/images/icons/bullet_creme.gif" height=8
width=8 border=0 align=absmiddle>
<b><a href="$req.contextPath/secure/ConfigureReport.jspa?
selectedProjectId=${issue.getProject().getString('id')}
\&reportKey=com.atlassian.jira.plugin.report.example.dhr_report
%3Adhr_report">DHR</a></b> DHR Report
</resource>
<!-- the relative order of operations -->
<order>10</order>
</issue-operation>
best regards