'Web-Item' for JIRA, how can i add parameter to the 'link' from my back-end java code

yunfeng guo August 29, 2013

I want to create a plugin which allows user click a button in a issue view, then after click it, it will navigate user to the 'issue create page'. I know the base url of create issue is '/secure/CreateIssue.jspa', but how can i add parameter to it and parse it to the following code:

<web-item key="issue-create-more-actions-section" section="operations-operations" name="Company Web Site">
        <label>Web Site</label>
        <link linkId="website_link">/secure/CreateIssue.jspa</link>
</web-item>

2 answers

0 votes
mitsuplit January 28, 2014

You mean to get parameter like http get?

0 votes
MB
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 2, 2013

What exactly does it mean to "parse it"? It's the code inside CreateIssue.jspa that will "parse" everything after the user clicks that link. Can you please try to be more descriptive so we could understand your question better?

Suggest an answer

Log in or Sign up to answer