Hi,
Is it possible to POST/PUT data to custom web-panel via REST API? For example, update "hello world" in myPanel web-section to "123" using REST?
Thanks in advance.
Hello,
You would need to develop a Jira plugin to create such a web panel
Alexey, I've already created the plugin, displaying the contents of Java data structures in my web-section using velocity template.
Now my goal is to synchronize an issue on my-app side with Jira-issue (especially with custom web-panel section).
Are there REST API, which would allow me to change the contents in my web-panel POSTing correct json using maybe "key" or another identifier of my panel? Or I'll need to implement it through Java code and templates?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You need to implement through Java code and templates.
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 are welcome!
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.