# 자동화

<figure><img src="/files/tjRAXbsmwWaxJRwyLOqu" alt=""><figcaption></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.riido.io/sprints/automations.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.
