Hello!
I want to create a new window in Jira like the Linking window:
I want totally the same just with my custom items. Is that even possible that if i push a menu function like this:
then will appear another window?
Pls guide me if its possible!
You will need to create an add-on that implements your new screen and hooks it into the menus with a "web fragment".
And can i put a button on that new screen? Or its not possible in jira?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As your code will be building the screen, you can put what you need on it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Okay, thanks for the information. My last question is that you have some guide or tutorial that can help me?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Start with the development guides over at https://developer.atlassian.com/jiradev
The tutorials are not really up to date enough for my liking, but the principles in them are worth looking through.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Okay. Just one more question. I got the source code a few minutes ago, and i want to check the web items and screens, like Link screen. Can you help me where can i find those classes which build these items up?
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.