# Issue Types & Workflow

{% hint style="info" %}
The Issue Types section contains information about:

* Selected **Issue type**
* The **Workflow** connected to the selected Issue Type
  * All workflow details
* The 3 main **Screens** (Create Issue, Edit Issue, View Issue)
* **Fields** and Field Types on the 3 main screens
  {% endhint %}

## Opening Issue Types <a href="#getprojectdocumentationwith1click-openingissuetypes" id="getprojectdocumentationwith1click-openingissuetypes"></a>

* The Issue Types tab contains all available Issue Types in the project
* All the available Issue Types are listed in the menu

<figure><img src="/files/kpsEc0bvGCjaIstJLkSG" alt=""><figcaption><p>Analyze Issue types in the project</p></figcaption></figure>

## Workflow <a href="#getprojectdocumentationwith1click-workflow" id="getprojectdocumentationwith1click-workflow"></a>

This section shows

* Selected Issue type name and ID
* Workflow name
* Workflow image - which applied for the selected issue type (Server and Data Center only)
* Can be maximized

![Visualized workflow](/files/Bsvh9ohdS5PrvUrvGT9I)

## Screens <a href="#getprojectdocumentationwith1click-screens" id="getprojectdocumentationwith1click-screens"></a>

This section shows

* 3 main Screens (Create Issue, Edit Issue, View Issue) and the Default Screen
* Fields organized by Tabs
* Field types
* Fileld IDs

![Scheme screens](/files/6qUvosHIbXSRDad6dEtJ)

## Transitions <a href="#getprojectdocumentationwith1click-transitions" id="getprojectdocumentationwith1click-transitions"></a>

This section shows

* Every transtion for the selected workflow
* Many details about Transitions
  * From Status(es), To Status, Type, Transition Screen,
  * Counters for Validators, Conditions, Post Functions, Custom Post Functions visualization
* Expandable Transition details

![Transitions](/files/dJgEiqWvmuZGMrrhcFQf)

### Highlighting Resolution

In the post functions column, a red or green icon indicates when a resolution value is set or cleared. This helps admins to quickly realize misconfigurations of the Jira Workflow.

![Resolution indicators](/files/cE6ShWRD2lOe1AAWh8xt)

### Transition Screen <a href="#getprojectdocumentationwith1click-transitionscreen" id="getprojectdocumentationwith1click-transitionscreen"></a>

This section shows the following details for the selected transition:

* The screen of the transition, if there is any
* Fields on the transition screen

![Transition screen](/files/YhHyzQq4h3JnAQWh1gcr)

### Transition Properties <a href="#getprojectdocumentationwith1click-conditions" id="getprojectdocumentationwith1click-conditions"></a>

Workflow transition properties are key-value pairs, for advaced configuration possibilities.

<figure><img src="/files/3j0wWbc3diobPDp1TBR6" alt=""><figcaption><p>Workflow transition properties</p></figcaption></figure>

### Conditions <a href="#getprojectdocumentationwith1click-conditions" id="getprojectdocumentationwith1click-conditions"></a>

This section shows the following details for the selected transition

* Every conditions for the selected transition
  * Including 3rd party Custom Conditions
  * Nested ALL / ANY condition groups
  * In well formatted way

![Conditions](/files/2bPnNct6KjujnIMCM7Ux)

### Validators <a href="#getprojectdocumentationwith1click-validators" id="getprojectdocumentationwith1click-validators"></a>

This section shows the following details for the selected transition

* Every validator for the selected transition
  * Including 3rd party Custom Validators
  * In well formatted way

![Validators](/files/DfvKj2Mh3gnJcnyup29z)

### Post Functions <a href="#getprojectdocumentationwith1click-postfunctions" id="getprojectdocumentationwith1click-postfunctions"></a>

This section shows the following details for the selected transition

* Every Post Functions for the selected transition
  * Including 3rd party Custom Post Functions
  * In well formatted way
* Custom post functions are marked with blue

<figure><img src="/files/X97DnsMuWS5QZBJXj2Ah" alt=""><figcaption><p>Post Functions</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.meta-inf.hu/glass-documentation/user-guides/user-guide/get-project-documentation-with-1-click/issue-types-and-workflow.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
