アトラシアンでは、お客様よりお寄せいただいた製品のバグや、機能追加・改善に関するリクエストを「jira.atlassian.com」にてオープンに公開しています。URLの頭文字をとって通称「JAC(ジャック)」と呼ばれるこのサイトでは、各製品に対してあがっているバグや要望を検索したり、対応のステ...
def jira_issues(server_url, project_name): """ Get JIRA issue keys for a project on a server. Returns a list of IssueFields such as: [IssueFields(key='OSPR-456', labels=['Dedx'], issuetype=u'Sub-task'), IssueFields(key='OSPR-458', labels=[], issuetype=u'Pull Request ...
labels issues.fields.labels array of Labels to which this issue relates components issues.fields.components array of Project component(s) to which this issue relates. progress issues.fields.progress.progress integer Issue Progress total issues.fields.progress.total integer Issue Progress Total se...
labels not in ("x") or labels is EMPTY Last viewed Search for issues that were last viewed on, before, or after a particular date (or date range). Note that if a time-component is not specified, midnight will be assumed. Please note that the search results will be relative to your ...
导航到Issues > Search for Issues 如果存在现有搜索条件,请单击“ New filter” 按钮以重置搜索条件。 如果显示的是基本搜索而不是高级搜索,请单击“ Advanced” (在“Search”按钮旁边)。 输入您的JQL查询。键入时,Jira将根据您的查询上下文提供“auto-complete”建议的列表。请注意,自动完成建议仅包括前15个匹配...
Inputs: :issue: Jira issue object that is being checked :search_string: the string value being checked for Returns: True|False True if search_string exists in any label. """ return any(search_string in label for label in issue.fields.labels) def check_for_text(self,issue,text_list): ...
Labels labels string Enter a comma separated list of labels Assignee Id id string Agent the issue is assigned to. Parent Issue Id id string Set the parent for a sub-task. Epic Name (customfield_10011) customfield_10119 string Epic name is required for epic issue type. This field matc...
P FOiSje search Held: F Issue Ac Lions e 为问题指定经孙人: a 为问發5址主非 m Edhlssue Labels: l Pima raHin n-= dlnrr 图6卩如果光标在文本框的编辑模式下,你按〃”键后将不会出现快捷键对话框。 如果你使用了 JIRA其他插件,比如GreenHopper,你可能会看到更多的快捷键。 3.1.4禁止与开启快捷...
Labels— Edit the issue'slabels. Delete— Permanently remove the issue. Note that some options in theActionsmenu will only be available if you have the necessarypermissions, or if certain features have been enabled by your JIRA administrator. Options which change an issue's Status (Resolve issue...
But, there are only placeholders for labels, and if you click Next, you get a blank page. You'll work on that in the next step.Meanwhile, you can leave Jira running and load your app changes with QuickReload.Step 8. Write the Creation Report code...