Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JIRA Workflows and Schemes

Tags:

jira

I am new to JIRA.

Can somebody explain to me the meaning of the different schemes in JIRA; like issue security scheme, notification scheme and so on?

Helpful online resources are also highly appreciated.

like image 250
RMann Avatar asked Aug 07 '10 09:08

RMann


People also ask

What is the difference between workflow and workflow scheme?

A workflow is the lifecycle of a ticket. A workflow scheme is the collection of behaviours for the Issue Types in your project.

What are the 5 steps of workflow in Jira?

Open Issue − After creation, the issue is open and can be assigned to the assignee to start working on it. In Progress Issue − The assignee has actively started to work on the issue. Resolved Issue − All sub-tasks and works of that Issue are completed. Now, the issue is waiting to be verified by the reporter.

How many types of workflows are there in Jira?

Anatomy of a Jira workflow. A workflow has four unique components: statuses, transitions, assignees, and resolutions.


2 Answers

A notification scheme maps email notifications to various events. For example: "When a defect is assigned, send an email to the assignee."

A Field Configuration Scheme maps Field Configurations to issue types.

A Screen Scheme allows you to choose which Screen will be shown to a JIRA user when they perform a particular issue operation.

An Issue Type Screen Scheme associates a Screen Scheme with issue types,

An Issue Security Scheme determines who can and cannot see issues.

A Field Layout Scheme allows you to configure which fields are visible and/or required fields for a given issue type on a per project basis.

For more details, check the Jira documentation.

like image 130
Logan Avatar answered Oct 24 '22 03:10

Logan


I really appreciate the detailed explanations available at "The Grey Blog":

http://thegreyblog.blogspot.com/2010/11/atlassian-jira-configuration-tutorial.html

like image 31
Larry Talley Avatar answered Oct 24 '22 02:10

Larry Talley