Is there a way to get all state types from a JIRA web service, either through api or through a JQL query? (The problem status is a field that is displayed by floating boards when setting up the board)
With the JIRA REST API you can:Rest / api / 2 /status or for each project:Rest / API / 2 / project / {projectIdOrKey} / statuses
see the rest api online browser: it's a great tool:https://jira.atlassian.com/plugins/servlet/restbrowser#/resource/api-2-status
, , JIRA , : https://jira.atlassian.com/rest/greenhopper/1.0/xboard/work/allData.json?rapidViewId=560, .
quickViewId, , , :/rest/greenhopper/1.0/rapidview.
: https://jira.atlassian.com/plugins/servlet/restbrowser#/resource/greenhopper-1-0-rapidview
, , , . , !
Source: https://habr.com/ru/post/1523994/More articles:How to pass an argument to singleton - c ++using Qt in an application without a GUI, pros and cons? - c ++Wrap a slice around the edges of a two-dimensional array in numpy - pythonВходные маски jQuery для ввода даты и времени с использованием американских дат - jqueryHow to compare if 2 images are the same using Hash bytes? - hashcodeNested performance ng-repeat - performancePrivacyListManager.getInstanceFor - NULL in android aSmack - androidHow to make a Spring RestTemplate PATCH request - javaOpenerp changes the action of the top menu Human Resources - menuitemPassing an HTML input value as a parameter to a JavaScript function - javascriptAll Articles