|
Congratulations — you have created a new !
Your new will be shown. At the top is a link that you may want to send to other people so that they can use your
.
次のステップ
Screenshot 1: Create a new using Presets

Screenshot 2: Create a new using the 'Advanced' tab

Some example JQL you might wish to use for your Saved Filter:
スケジュールに組み込まれていない課題、またはリリースされていない修正バージョンの課題すべてを選択する:
project = GHS AND (fixVersion in unreleasedVersions() or fixVersion is empty |
自身が関心のあるすべての課題を選択する
(assignee = currentUser() or reporter = currentUser()) AND (fixVersion in unreleasedVersions() or fixVersion is empty) |
Show all issues that you have participated in and have been updated in the last week. This requires the JIRA Toolkit Plugin.
updatedDate > -7d AND Participants = currentUser() |
("team" という名前のラベル カスタムフィールドを使用して) チームのすべての課題を選択する
(team = ateam or team = dreamteam or team = engineroom) AND (fixVersion in unreleasedVersions() or fixVersion is empty) |
bugfix チームの自身のバグだけを選択する
project = GHS AND team = bugfix AND issuetype = bug AND (fixVersion in unreleasedVersions() or fixVersion is empty) |
次の修正バージョンでリリースされるすべての課題を表示するには、 fixVersion = earliestUnreleasedVersion(PROJECT Key) をお試しください。
fixVersion = earliestUnreleasedVersion(PROJECT KEY) |
Refer to the JIRA documentation for your detailed
reference.
想像力を発揮していただき、思いつく最高の JQL の提案を添えて、下にコメントしてください。私たちが皆様の求めているものを把握するのに役立ちます。
If you would like to create a that is similar to one you are already using, you can simply create a copy.
Your new
will be based on the same JIRA
as the original
. You will be the owner of the new
, but not necessarily of the filter. However, once your new copy is created, you can easily modify or create a new filter if you wish — see Configuring a Board.
To copy a :
Alternatively, to quickly create a copy of the
you are currently viewing, simply select 'Copy' from the 'Tools' (cog) menu at the top right of the screen.
次のステップ