JIRA reference
Workflow
https://confluence.atlassian.com/adminjiracloud/configuring-workflow-schemes-776636598.html
Project screens, schemes and fields
https://confluence.atlassian.com/adminjiraserver071/project-screens-schemes-and-fields-802592517.html
Using Filters
https://confluence.atlassian.com/jira064/using-filters-720416526.html#UsingFilters-managing_filters
Customize your dashboard
https://confluence.atlassian.com/jira064/customizing-the-dashboard-720416837.html
Managing Components
https://confluence.atlassian.com/adminjiraserver073/managing-components-861253335.html
Project Roles
https://confluence.atlassian.com/adminjiracloud/managing-project-roles-776636382.html#Managingprojectroles-project_role_add
Managing project permissions
https://confluence.atlassian.com/adminjiracloud/managing-project-permissions-776636362.html#Managingprojectpermissions-permission_schemes
Subcomponents and Component Versions
https://marketplace.atlassian.com/plugins/net.brokenbuild.subcomponents/server/overview
https://www.atlassian.com/blog/jira-software/organize-jira-issues-subcomponents
Configuring Quick Filters
https://confluence.atlassian.com/agile/jira-agile-user-s-guide/configuring-a-board/configuring-quick-filters
JIRA JQL function
https://confluence.atlassian.com/jirasoftwarecloud/advanced-searching-functions-reference-764478342.html#Advancedsearching-functionsreference-subtaskIssueTypessubtaskIssueTypes()
JIRA Import Via CSV
https://confluence.atlassian.com/display/JIRA051/Importing+Data+from+CSV#ImportingDatafromCSV-AllowingcommentsinCSVfiles
How to Import Issue Links from a CSV File
https://confluence.atlassian.com/jirakb/how-to-import-issue-links-from-a-csv-file-740262715.html
Jira import Issues via CSV. Comments missing
https://stackoverflow.com/questions/38722380/jira-import-issues-via-csv-comments-missing
Manage Requirements in Confluence
https://confluence.atlassian.com/doc/blog/2015/08/how-to-document-product-requirements-in-confluence
https://docs.stiltsoft.com/display/public/TableFilter/How+to+use+Table+filter+macro
https://marketplace.atlassian.com/apps/27447/table-filter-and-charts-for-confluence?hosting=cloud&tab=overview
https://confluence.atlassian.com/confkb/how-do-i-get-more-statistics-from-confluence-154239308.html
https://community.atlassian.com/t5/Agile-discussions/Using-Jira-vs-Confluence-for-User-Story-source-of-truth/td-p/731032
JIRA reference的更多相关文章
- [Tools]迁移Confluence, JIRA, Fisheye
[背景] 原先的Confluence, JIRA, Fisheye都部署在一台服务器(192.168.200.203)上,导致这台机器太卡,公司又分配了两台虚拟机来分开这几个应用(192.168.20 ...
- Confluence, JIRA, Fisheye
[tools]迁移Confluence, JIRA, Fisheye [背景] 原先的Confluence, JIRA, Fisheye都部署在一台服务器(192.168.200.203)上,导致 ...
- Hibernate Validator 6.0.9.Final - JSR 380 Reference Implementation: Reference Guide
Preface Validating data is a common task that occurs throughout all application layers, from the pre ...
- Jira与Confluence集成、授权信息查看和问题汇总
上一篇文章详细阐述了jira和confluence的安装部署和相关配置的操作记录,也介绍了两者之间其中一种集成方式:下面介绍另外的集成方式. 安装部署jira和confluence的顺序是,先安装ji ...
- Sqoop export(Hive to MySQL) 的一些 reference
之后可能会整理成文章..还有一些坑没趟完. Reference: https://cloud.tencent.com/developer/article/1078473 Sqoop抽取Hive Pa ...
- confluence与jira账号对接、查看到期时间及问题总结
前面介绍了对于confluence和jira的破解版安装记录,下面简单记录下confluence和jira结合配置:安装顺序:先安装Jira,然后安装Confluence,在Confluence安装过 ...
- 学习笔记之Jira
Jira | Issue & Project Tracking Software | Atlassian https://www.atlassian.com/software/jira The ...
- Logstash Reference Getting started with Logstash
进阶功能_Logstash_数据采集_用户指南_日志服务-阿里云 https://help.aliyun.com/document_detail/49025.html Logstash Referen ...
- ERROR: Found lingering reference file hdfs
Found lingering reference异常 ERROR: Found lingering reference file hdfs://jiujiang1:9000/hbase/month_ ...
随机推荐
- Linux-NoSQL之Redis(一)
1.Redis介绍 redis是一个key-value存储系统.和Memcached类似,它支持存储的value类型相对更多,包括string(字符串).list(链表).set(集合).zset(s ...
- codeforces 707C C. Pythagorean Triples(数学)
题目链接: C. Pythagorean Triples time limit per test 1 second memory limit per test 256 megabytes input ...
- PostgreSQL聚合函数的filter子句
一张表存储了学生id,科目,分数三个字段,求每个学生60分以下与参加的总科目占比.(今天电脑不好用,图片总是这样) 其实一个count(*) filter 就可以查出来,但是没用过PG的一个人竟然说 ...
- 【leetcode刷题笔记】Validate Binary Search Tree
Given a binary tree, determine if it is a valid binary search tree (BST). Assume a BST is defined as ...
- [原]NYOJ-括号匹配-2(java)
大学生程序代写 //http://acm.nyist.net/JudgeOnline/problem.php?pid=2 括号配对问题 时间限制:3000 ms | 内存限制:65535 KB ...
- AtCoder Grand Contest 015 题解
A - A+...+B Problem 常识 Problem Statement Snuke has N integers. Among them, the smallest is A, and th ...
- 牛客网字节跳动冬令营网络赛J Sortable Path on Tree —— 点分治
题目:https://ac.nowcoder.com/acm/contest/296/J 用点分治: 记录了值起伏的形态,二元组 (x,y) 表示有 x 个小于号,y 个大于号: 因为小于号和大于号都 ...
- xshell 登录虚拟机ubuntu
本地装的Ubuntu虚拟机. 宿主机是win10, 互相之间能ping通,就是Xshell连不上,而且也不能弹出用户名和密码框. 后来解决,具体过程如下: 1: ifconfig -a命令得到 ...
- grep 不打印本身
显示java进程的同时还会把“grep java”这个进程打印出来“root 5523 5203 0 10:49 pts/0 00:00:00 grep java”,为了不打印此行,有以下几种方式,大 ...
- linux日常管理-free查看内存工具
查看内存 命令 free 默认是k为单位 也可以指定 m为单位 或者G为单位,这个不精准 total 总容量 used 使用了多少 free 剩余多少 看第二行.第一行是物理内存,加上虚拟内存b ...