Issue type: You can filter issues based on their issue type. For example, you may only want to filter by subtask. You can filter your issues based on whether they are tasks or subtasks. Labels: You can filter issues by selecting a label added to your project. You can selectNo labelto...
label Filter settings You can adjust the filter settings at the bottom of the Filters menu to show or hide specific aspects of your plan. Show full hierarchy When filtering by issue, search results will only show issues that match your query. The Show full hierarchy function will show your ...
Components Choose the relevant components from the components being used by the issues in the plan. Labels Choose the relevant labels from the labels being used by the issues in the plan. To quickly filter for issues that don't have any labels, choose No label. Dependencies Choose which issue...
inputs: label: title: Label type: string description: The label to filter the issues by. required: false actionVerb: GET function: - key: getIssues handler: index.getIssues app: runtime: name: nodejs18.x id: <your-app-id> permissions: scopes: - read:jira-work Action module key: ...
Learn how to filter which objects are shown in an issue by configuring the Assets objects field in Jira Service Management.
开发者ID:ncaidin,项目名称:jira_triage,代码行数:32,代码来源:jira_triage_new_issues.py 示例2: Housekeeping # 需要导入模块: from jira.client import JIRA [as 别名]# 或者: from jira.client.JIRA importfilter[as 别名]#...这里部分代码省略...it removes them,it returns a list of users that ...
Usage: jql [options] [query] Options: -h, --help output usage information -c, --custom <name> Filter by custom jql saved in jira config Using jira sprint functionality, you canget issues tagged in a sprint eg. jira sprint -r YOUR_RAPIDBOARD -s STRING_TO_SEARCH_IN_SPRINT_NAME tag ...
My open issues − It is the filter section, which displays issues those are open and assigned to the logged-in user. Reported by me − This filter section displays the issues, which are already created by the logged-in user. Manage filters − It helps to customize the filter and nar...
# app/controllers/issues_controller.rb class IssuesController < ApplicationController before_filter :get_jira_client def index @issues = @jira_client.Issue.all end def show @issue = @jira_client.Issue.find(params[:id]) end endUsing the API Gem in your Sinatra applicationHere's the same ...
Filter issues according to their hierarchy level using a JQL filter. This field uses numbers that correlate to hierarchy levels. Use: 1 to filter by parent level task, such as epics. This level is defined by your Jira administrator. 0 to filter by standard level issues, such as stories or...