> For the complete documentation index, see [llms.txt](https://docs.fastn.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fastn.ai/classic/fastn-ucl/getting-started/how-ucl-works-in-real-scenarios/connect-ucl-for-task-assignment-in-jira.md).

# Connect UCL for task Assignment in Jira

{% hint style="info" %}
UCL's Playground is the overview of how your AI agent will work with integrated Connectors and Actions (Tools) through UCL.
{% endhint %}

### Connect your Jira account to UCL

For this use case, we need to connect the Jira App with the Assign Issue Action.

> You can select any app by checking the top-right box on the app and click on **Select Tools** to modify your action selection and then finalize this setup by clicking the **Confirm Action** button in the right-bottom.

<figure><img src="/files/83aHZzl1D92IwN2RbXRy" alt=""><figcaption></figcaption></figure>

* You need to authenticate your Jira account, after which the Jira App will appear as **Connected**.
* From Select Tools, you can enable the **Assign Issue** Action.

> ⚠️ You may need to be a Jira project admin or have the right permissions to link your account successfully.

<figure><img src="/files/MV6yY6ob9rc8PUJTVrpd" alt=""><figcaption></figcaption></figure>

You will now see Jira along with other selected apps in your dashboard.

<figure><img src="/files/Y3kU7aMATxgNhH8BgMnQ" alt=""><figcaption></figcaption></figure>

### **Use UCL’s Playground to Perform Actions**

You can use the **Playground** (from the three-dot menu, top-right) in your dashboard to test all your connected apps.

<figure><img src="/files/CloWt7KiGUCn7R6ztNt9" alt=""><figcaption></figcaption></figure>

In the AI Assistant, enter the prompt describing the action you want to perform. For example:

> *Assign "Task Name" to "User's Jira ID"*

The AI Assistant will process your request using the appropriate action in the connected app, such as updating a task in Jira.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3iSr2Tx8FvvuoLPncziH%2Fuploads%2FeJts2Cx3QfYisXlgM8C8%2F20250602-2000-08.2595966.mp4?alt=media&token=6c46e6e6-7597-40f5-88cc-245fdae9adc0>" %}

Once successful, the task ownership will be updated in your Jira workspace.

<figure><img src="/files/uTCcsYSgeECGOZ7RN1XS" alt=""><figcaption></figcaption></figure>

> This setup allows you to automate and streamline task management in Jira using natural language, making workflows faster and more efficient.


---

# 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.fastn.ai/classic/fastn-ucl/getting-started/how-ucl-works-in-real-scenarios/connect-ucl-for-task-assignment-in-jira.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.
