How to work with issue tab panel?

Nageswarara Rao May 14, 2013

Hi,

I have a requirement to create new issue tab panel , and when i clik that tab need to execute a SQL query and display a report in a tabler format

How to do this programmatically using java , Can any body help to do this.

I want the result similarly as follows

Worker Worklog Type in week Spent time % Estimate % TimeSpent
1d 4h 3m ∞ % 100.00 %
Voir les lignes admin 1d 3h 3m ∞ % 91.70 %
Voir les lignes - 1d 2h 3m ∞ % 90.95 %
2013_(17) 1d 2h ∞ % 99.50 %
2013_(18) 3m ∞ % 0.50 %
Voir les lignes test1 1h ∞ % 9.05 %
2013_(20) 1h ∞ % 100.00 %
Voir les lignes admin1 1h ∞ % 8.30 %
Voir les lignes test1 1h ∞ % 100.00 %
2013_(20) 1h ∞ % 100.00 %

Thanks in advance

1 answer

0 votes
Jobin Kuruvilla [Adaptavist]
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.
May 14, 2013

Develop an issuetab panel. https://developer.atlassian.com/display/JIRADEV/Issue+Tab+Panel+Plugin+Module

What you do in the Java class and how you render it in the velocity template is entirely up to you.

Nageswarara Rao May 14, 2013

Hi jobin,

i am trying to create a new tab with the existing ones(Ex: Test), But when i m trying to execute it i got thee followint error message as follows

how to resolve this

Error rendering 'com.mirum.jira.testworklog.jiratestworklog:worklog-tabpanel'. Please contact your JIRA administrators.

Timothy
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.
May 14, 2013

What's the error message in the logs?

Suggest an answer

Log in or Sign up to answer