Hi,
We had a requirement that we need to create a web item with sub items.So, when click on the sub item it should generate a ui with some input fields.
Thanks
Hello,
You would need to develop your own plugin or find one, which fulfils your requirements.
If you want to develop your own plugin, you can start from here:
https://developer.atlassian.com/server/jira/platform/adding-menu-items-to-jira/
Thanks Matveev for that.But we have gone through the link which you provided for adding web items.
Our requirement:
We have created a web item with sub items.
1.When click on sub item we need to design a UI screen which will have a form with some fields like textbox, checkbox, dropdown and buttons.
2.When i click on button in the form it should call a web api which was developed by me.
Thanks
Abhishek
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Add javascript to your module. You can make your java script load, when your web item is availabe, and attach to your web item a click event, which would draw the required form.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Alexye,
Having same requirement, Could you please provide some sample tutorial, how we can achieve screen design.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.