Status Category Id fields.status.statusCategory.id integer Issue status category. Status Category Key fields.status.statusCategory.key string Issue status category. Status Category Color Name fields.status.statusCategory.colorName string Issue status category. Status Category Name fields.status....
"title": "Status", "type": "object", "properties": { "statusColor": { "type": "string" }, "description": { "type": "string" }, "iconUrl": { "type": "string" }, "name": { "type": "string" }, "id": { "type": "string" }, "statusCategory": { "title": "Status ...
"title": "Status", "type": "object", "properties": { "statusColor": { "type": "string" }, "description": { "type": "string" }, "iconUrl": { "type": "string" }, "name": { "type": "string" }, "id": { "type": "string" }, "statusCategory": { "title": "Status ...
(file.name, file, 'application/octet-stream')} response = requests.post(jira_url.format(issueIdOrKey='YOUR_ISSUE_KEY'), auth=auth, files=files) # 检查响应 if response.status_code == 200: print("附件上传成功") else: print(f"附件上传失败,状态码: {response.status_code}") print(...
IssueStatusid: The status ID (Number). name: The name of the status (String). description: The status description (String). category: The status category (StatusCategory).StatusCategoryid: The category ID (Number). key: The key of the category (String). name: The category name (String)...
Done statuses: Select the Jira issue statuses that you categorize as done statuses. The available issue statuses in the dropdown belong to the “Done” status category for Jira issues. Active statuses when work is in progress: Select the Jira issue statuses to be considered as active status...
查询JIRA的issue信息 可以查询到信息有: 所属项目 问题类型和状态 标题和描述 干系人 时间点 附件和评论等 # coding:utf-8issue=jira.issue('JIRA-999')print(issue)#JiraIDprint(issue.id)#internalIDprint(issue.fields.project)#所属项目print(issue.fields.issuetype)#问题类型print(issue.fields.status)#问...
issues=jira.search_issues('status=done and developer = "devname"',maxResults=-1)print('共产生bug数:',issues.total)print(issues)#查询项目为ABC,issuetype为subtask,并且按照subtask排序,输出搜索结果的前10个 issues=jira.search_issues('project = ABC and issuetype = Sub-task ORDER BY subtasks ...
{"statusColor": {"type":"string"},"description": {"type":"string"},"iconUrl": {"type":"string"},"name": {"type":"string"},"id": {"type":"string"},"statusCategory": {"title":"Status Category","type":"object","properties": {"id": {"type":"integer"},"key": {"type"...
The time and date on which this issue was last edited. description issues.fields.description string A detailed description of the issue. summary issues.fields.summary string A brief one-line summary of the issue. For example, 'Red Angry Nerd is scary.' statuscategorychangedate issues.fi...