> For the complete documentation index, see [llms.txt](https://docs.meta-inf.hu/email-this-issue/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meta-inf.hu/email-this-issue/adding-editing-a-mail-handler/email-this-issue-for-jira-cloud-mail-handler-actions/executing-workflow-transitions.md).

# Executing workflow transitions

The **Execute transition** can execute transitions on the issue. In the **Destination status** field, select the status that the issue should be moved to.

<figure><img src="/files/yeS4TsOyFHp21cV67z99" alt=""><figcaption><p>Select Workflow Transition</p></figcaption></figure>

If there are multiple transitions to this destination status, the preferred one can be chosen in the **Use transition** field by setting the ID or the name of the transition.

<figure><img src="/files/3igi33AkOVv81vtUiOnd" alt=""><figcaption><p>Select Transition Use</p></figcaption></figure>

&#x20;After a name is specified, regexp can be used as well.&#x20;

{% hint style="info" %}
Note: Only one regexp is allowed.
{% endhint %}

By default, the first found transition is used for moving the issue to the required destination status.

{% hint style="warning" %}
Important: If you want to execute a transition as a customer on a service management request, don't forget to add that transition to the portal as described [here](https://support.atlassian.com/jira-service-desk-cloud/docs/show-a-workflow-transition-in-the-portal/).
{% endhint %}

## &#x20;<a href="#mailhandleractions-createcustomer" id="mailhandleractions-createcustomer"></a>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.meta-inf.hu/email-this-issue/adding-editing-a-mail-handler/email-this-issue-for-jira-cloud-mail-handler-actions/executing-workflow-transitions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
