从JIRA网络服务获取所有状态 [英] Get all status's from JIRA webservice

查看:71
本文介绍了从JIRA网络服务获取所有状态的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以通过api或JQL请求从JIRA Web服务获取所有状态类型? (问题状态是设置木板时映射到泳道的字段)

Is there a way to get all status types from the JIRA webservice, either through the api or through a JQL request? (The issue status is the field that is mapped to the swimlanes when the board is set up)

推荐答案

您可以使用JIRA REST API:
rest/api/2/状态
或每个项目:
休息/api/2/project/{projectIdOrKey}/状态

Whith JIRA REST API you can :
rest/api/2/status
or for each project :
rest/api/2/project/{projectIdOrKey}/statuses

请参阅在线rest api浏览器:这是一个很棒的工具:
https://jira.atlassian.com/plugins/servlet/restbrowser#/resource/api-2-status

see the online rest api browser : it's a wonderful tool :
https://jira.atlassian.com/plugins/servlet/restbrowser#/resource/api-2-status

这篇关于从JIRA网络服务获取所有状态的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆