atlassian ACP-100学习笔记-jira

2018-06-26  本文已影响0人  吃吃吃吃吃

Advanced User Features (5% - 10%)

 Given a business requirement, create, translate, critique, and optimize JQL queries.

 Demonstrate the benefits and best practices for configuring filter subscriptions.

 Describe the results and implications of a bulk operation.

 Describe the pre-requisites for and the results of a CSV import.


Given a business requirement, create, translate, critique, and optimize JQL queries.

JQL operator: ~表示包含 !~不包含 还有 was/was in/was not in/was not/changed

created>startOfDay("-2d") and assignee=currentUser()

time-based functions是基于local time zone,在用户的profile里选择的。

JQL的各种fields:

https://confluence.atlassian.com/jirasoftwarecloud/advanced-searching-fields-reference-764478339.html

函数:

https://confluence.atlassian.com/jirasoftwarecloud/advanced-searching-functions-reference-764478342.html

关键字:

https://confluence.atlassian.com/jirasoftwarecloud/advanced-searching-keywords-reference-764478340.html

操作符:

https://confluence.atlassian.com/jirasoftwarecloud/advanced-searching-operators-reference-764478341.html


Demonstrate the benefits and best practices for configuring filter subscriptions.

构造filter subscription的cron expressions

Second Minute Hour Day-of-month Month Day-of-week Year (optional)

0 15 8 ? JAN MON 2014: 0 second, 15 minute, 8 hour, any day of the month, January, 2014.

special character

, - * ? 

/     Specifies increments to the given value. For example, in the Minute field, '0/15' means 'every 15 minutes during the hour, starting at minute zero'.

L     Specifies the last possible value; this has different meanings depending on context. In the Day-of-week field, 'L' on its own means 'the last day of every week' (i.e. 'every Saturday'), or if used after another value, means 'the last xxx day of the month' (e.g. 'SATL' and '7L' both mean 'the last Saturday of the month). In the Day-of-month field, 'L' on its own means 'the last day of the month', or 'LW' means 'the last weekday of the month'.

W    Specifies the weekday (Monday-Friday) nearest the given day of the month. For example, '1W' means 'the nearest weekday to the 1st of the month' (note that if the 1st is a Saturday, the email will be sent on the nearest weekday within the same month, i.e. on Monday 3rd). 'W' can only be used when the day-of-month is a single day, not a range or list of days.

#      Specifies the nth occurrence of a given day of the week. For example, 'TUES#2' (or '3#2') means 'the second Tuesday of the month'.

filter

Describe the results and implications of a bulk operation.


bulk change

需要相应的project-specific permission以及全局的Bulk Change permission。

bulk move 可能最后要mapping status,因为新的工作流也许没有相应的status。

bulk eidt不能改的:

attachments

summary

description

environment

project(用bulk move)

resolution(用bulk workflow transition)

time tracking fields(original estimate, remaining estimate, time spent)

versions管理:

https://confluence.atlassian.com/jira064/managing-versions-720412374.html#ManagingVersions-archive


Describe the pre-requisites for and the results of a CSV import.

从CSV导入数据

准备工作:

1、删除所有非数据相关的内容

2、如果csv里面有用户,且要被导入Asignee之类的fields里,要确保这个username或e-mail地址在jira上有对应的用户。

3、如果文件包含要被导入到fields里的日期,要确保所有日期是同一个格式。

步骤:

1、在Projects菜单选择Import External Project,选择csv

2、根据提示操作


Configuring Global Settings, Layout, Design, and User Communications. (5%- 10%)

 Modify Jira configuration settings to match the organization's requirements (look and feel, logo, website links in the application navigator, default language).

 Judge the appropriate content for the system dashboard, user/team dashboards, and filter columns for an organization.

 Determine appropriate methods for communicating information to users.

 Determine which global settings to modify to meet provided business requirements (attachment options, issue links, time tracking, subtasks, white list, general configuration).


Modify Jira configuration settings to match the organization's requirements (look and feel, logo, website links in the application navigator, default language).

look and feel里面有:logo, site title(显示或不显示), favicon, colors

application navigator:可以显示别的网站链接

general configuration里设置indexing lanuage和default language;


Judge the appropriate content for the system dashboard, user/team dashboards, and filter columns for an organization.

创建dashboard,share的选择:group, project, public, any logged in


Determine appropriate methods for communicating information to users.


Determine which global settings to modify to meet provided business requirements (attachment options, issue links, time tracking, subtasks, white list, general configuration).

Mode:Public/Private

Maximum Authentication Attempts Allowed:3

Options:

Voting 是否允许vote,用户决定其赞成resolve的问题

Watching

Public sharing: dashboard和filter

Maximum project name size

Maximum project key size

Allow unassigned issues 允许的问题将被分配到 “无人” 或 “未分配”。如果已关闭, 问题将始终分配给某人-创建时它们将自动分配给项目主管人然后将它们关闭。

External user management 

Logout confirmation:Never / Cookie / Always

Use gzip compression

User email visibility : Public / Hidden / Masked / Show to logged in users only 指出谁可以在用户个人资料页上查看用户的电邮

Comment visibility : Groups & Project Roles / Project Roles only

Exclude email header  "Precedence: bulk"

Issue Picker Auto-complete

JQL Auto-complete

Internet Explorer MIME Sniffing Security Hole Workaround Policy:……

Contact Administrators Form:联系管理员表单

Allow Gravatars:允许从Gravatar服务器加载外部用户头像

Gravatar server

Inline edit:对于issue

Auto-update search results

Enable HTML in project description:未来会取消

上一篇下一篇

猜你喜欢

热点阅读