You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I'm trying to insert a web panel into an issue transition screen. In the Web panel settings, there's a location field to set. I can't seem to figure out what the location should be.
Does anyone have a means to find that location?
I don't think there is any web-fragment location that you can bind a web panel to in a dialog.
I think the best hack I can think of to add a webpanel-like element on a screen dialog would be to use behaviour and use setHelpText() on the last field in the screen and put your html in the helptext. You would have to override the style to not have the red-color.
There may be limitations as to what html can be inserted there.
Hi Peter ,
I have another requirement where , I need to create a shortcut link to "Create Sub-Task" feature in Jira and insert the link in one of the transition screens.
Any idea if this can be achieved in Jira or through any third party add ons.
Thanks,
Ajinkya
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Like my earlier response, you can only do that with behaviour.
Behavior setHelpText and setDescription support full html, so you can post a link.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.