Hi Guys.
I'm trying but I can't find good example, how to add panel in inssue view.
(The same like attachments)
I wish to make plugin wich show some external data.
I am only found how to add issue-tabpanel to existing panel.
Many thanks for any help.
Regards
Mik
Add a web panel module and set location as location="atl.jira.view.issue.left.context" this will make the panel appear similar to the attachments panel .
Ah, thanks, I hadn't realised you could inject panels like that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
for an example you can refer this which displays panel on the right all you need to do is display it on left
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would like to know what are the possible locations for web panels. Is there some list of all locations?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jira doesn't really support you inserting panels into the main view. It does support tab-panels of course, you've already found those. I suspect you'll need to hack something in the core of Jira to do this, or work out a way to inject your display.
Two approaches I'd consider
1. Write your stuff as though it's an issue-tabpanel. Then make tweaks to the core to draw the result up into the main view
2. Create a plugin for a custom field instead - you can make these read-only and displayable even on edit. This is a little more limited, as it will always end up in the area set aside for custom-fields, but again, if you wanted to tweak the core a bit, you could relocate the field
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If your editor supports rich text - then you can just give some default value in custom fileds (HTML) - this will show automaticaly in view screen - no need for new development - im not clear with your requirment so suggesting a simple approach
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.