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的更多相关文章

  1. [Tools]迁移Confluence, JIRA, Fisheye

    [背景] 原先的Confluence, JIRA, Fisheye都部署在一台服务器(192.168.200.203)上,导致这台机器太卡,公司又分配了两台虚拟机来分开这几个应用(192.168.20 ...

  2. Confluence, JIRA, Fisheye

    [tools]迁移Confluence, JIRA, Fisheye   [背景] 原先的Confluence, JIRA, Fisheye都部署在一台服务器(192.168.200.203)上,导致 ...

  3. 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 ...

  4. Jira与Confluence集成、授权信息查看和问题汇总

    上一篇文章详细阐述了jira和confluence的安装部署和相关配置的操作记录,也介绍了两者之间其中一种集成方式:下面介绍另外的集成方式. 安装部署jira和confluence的顺序是,先安装ji ...

  5. Sqoop export(Hive to MySQL) 的一些 reference

    之后可能会整理成文章..还有一些坑没趟完. Reference: https://cloud.tencent.com/developer/article/1078473  Sqoop抽取Hive Pa ...

  6. confluence与jira账号对接、查看到期时间及问题总结

    前面介绍了对于confluence和jira的破解版安装记录,下面简单记录下confluence和jira结合配置:安装顺序:先安装Jira,然后安装Confluence,在Confluence安装过 ...

  7. 学习笔记之Jira

    Jira | Issue & Project Tracking Software | Atlassian https://www.atlassian.com/software/jira The ...

  8. Logstash Reference Getting started with Logstash

    进阶功能_Logstash_数据采集_用户指南_日志服务-阿里云 https://help.aliyun.com/document_detail/49025.html Logstash Referen ...

  9. ERROR: Found lingering reference file hdfs

    Found lingering reference异常 ERROR: Found lingering reference file hdfs://jiujiang1:9000/hbase/month_ ...

随机推荐

  1. Linux-MySQL主从配置

    1. MySQL主从原理以及应用场景MySQL的Replication原理非常简单,总结一下:每个从仅可以设置一个主.主在执行sql之后,记录二进制log文件(bin-log).从连接主,并从主获取b ...

  2. python字符串相关操作

    字符串搜索相关搜索指定字符串,没有返回-1:str.find('t')指定起始位置搜索:str.find('t',start)指定起始及结束位置搜索:str.find('t',start,end)从右 ...

  3. android SDK manager 无法获取更新版本列表【转载】

    http://mirrors.neusoft.edu.cn/eclipse/releases/luna/打开这个网址就可以看到adt的详细信息:  http://developer.android.c ...

  4. Django-进阶 分页,中间件

    知识预览 分页 中间件 回到顶部 分页 Django的分页器(paginator) view from django.shortcuts import render,HttpResponse # Cr ...

  5. 修改MySQL的时区,涉及参数time_zone (转)

    首先需要查看mysql的当前时区,用time_zone参数 mysql> show variables like '%time_zone%'; +------------------+----- ...

  6. C#SqlDataReader的用法

    string sqljn = "select [序号],[品名],[电压等级],[单位],[型号],[规格],[红本价格] FROM [book].[dbo].[View_wjprice]& ...

  7. java代码GUI简单的。。。

    总结:觉得 package com.da; import java.awt.*; //逆向思维:important //创建一个String对象的数组,然后执行读取文本,把文本每一行存入数组,它将读取 ...

  8. JVM体系结构之一:总体介绍

    一.Java的内存区域划分 Java 虚拟机在执行Java程序的时候会把它管理的内存区域划为几部分,这一节我们就来解析一下Java的内存区域. Java的内存区域主要分为五部分: 程序计数器(PC) ...

  9. RS485总线防雷保护方案

    RS485作为最为最常用的电表通讯方式之一.日常生活中雷电和静电干扰已经成为485通信总线在实际工程经常遇到的问题.故如何对芯片以及总线进行有效的保护,是摆在每一个使用者面前的一个问题.在这里,我们主 ...

  10. Activity---弹出右侧窗口

    第一步: Activity弹出窗口的布局 <?xml version="1.0" encoding="UTF-8"?> //布局文件main_top ...