Status Description fields.status.description string Issue status. Status Icon URL fields.status.iconUrl string Issue status. Status Name fields.status.name string Issue status. Status Id fields.status.id string Issue status. Status Category Id fields.status.statusCategory.id integer Issue status c...
print (issue.fields.issuetype) #问题类型 print (issue.fields.status) #问题状态 print (issue.fields.subtasks) #关联的sub-task print (issue.fields.issuelinks) #关联的blockissues print (issue.fields.creator) #创建人 print (issue.fields.reporter) #报告人 print (issue.fields.assignee) #指派人 ...
jira.create_issue(): 创建问题 jira.create_issues(): 批量创建问题 jira.assign_issue(): 分配问题 jira.transitions(): 获取问题的工作流 jira.transition_issue(): 转换问题 示例如下: # 创建问题issue_dict = {'project': {'id':123},'summary':'New issue from jira-python','description':'Look i...
ins.statusCategory AS newcategory is fetched from ... LEFT JOIN jira.issuestatus ins ON cgi.newstring = ins.id ... have you proved that the Null result you are getting is wrong? Subject Written By Posted Cannot obtain statuscategory from JIRA ...
Issue key / Issue link type / Labels / Last viewed / Level Original estimate Parent / Priority / Project Remaining estimate / Reporter / Request channel type / Request last activity time / Resolution / Resolved SLA / Sprint / Status / Summary ...
"title": "Issue Update", "type": "object", "properties": { "transition": { "title": "Transition", "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "to": { "title": "Status", ...
1)子任务功能:可以在某个Issue下创建子任务; 2)共享过滤器功能:一个团队成员可以访问共享的过滤器; 3)Multiple dashboards功能:可以定制自己的JIRA显示面板; 4)工作流编辑功能:可以对workflow进行编辑; 5)无限制的CVS repositories。 2.2.3 标准版 是为工作组级别设计的。它不具备上述的JIRA专业版和企业版的增强...
statusCategoryChangeDate() Similar to StatusCategory, you can issue based on the timeline using the statusCategoryChangedDate() function. Syntax statusCategoryChangedDate() Supported fields StatusCategory Supported operators = , != , > , >= , < , <= , CHANGED ...
Issue Progress is shown based on the Status Category and not the status. anne_gerten Contributor August 6, 2024 Thanks! Are status then mapped to a status category? Is it possible to somehow customize this for plans? Like Bhanu Rising Star August 6, 2024 The status category can be sel...
6.1M6 (JIRA EAP) N/A Risk level: low Details: See Guide - JIRA workflow designer for details. Issue Status as Lozenges 6.2-OD4 (OnDemand) All plugins that output issue statuses in their UI Risk level: low Details: See Issue status rendering API below for details.Detailed...