python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Using @Consumes annotation on Rest API call giving 500 Internal Server Error
I am trying to build a custom build plugin using Atlassian sdk framework and in that I have developed a custom build Rest API to update data stored in database.
I am invoking the rest API using AJAX c...
Preethi H R
Votes: 0
Answers: 1
How to set default value in Select dropdown in velocity template file?
I am trying to build a custom build Jira Plugin, on the UI of plugin I am displaying select dropdown which consist of list of Issue Types.
I need to make option value "ALL" as default one fo...
Preethi H R
Votes: 0
Answers: 1
Export react table as csv
Hi guys I'm trying to export my atlassian dynamic react table as a csv file but the table I'm getting in the file is not really looking as I expected... I tried using the react-csv library but I'm get...
Jsef bch
Votes: 0
Answers: 0
retrieve POM version and display on the frontend
I have a POM file that looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3....
Youssef Bouchara
Votes: 0
Answers: 1