> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/docs/docs-ja/hajimeni/task-management-systems.md).

# タスク管理ツール

### Jira

{% content-ref url="/pages/86c6d4db3e5a7b51ec2e3281aa49bcba496628f1" %}
[Jira Cloud](/docs/docs-ja/hajimeni/task-management-systems/all-supported-task-trackers/jira-cloud.md)
{% endcontent-ref %}

{% content-ref url="/pages/2f98ae3d4ee56627c644d9ad1d71b68aa17f0758" %}
[Jiraタスク作成のトラブルシューティング：デフォルトの課題タイプを設定する](/docs/docs-ja/hajimeni/task-management-systems/troubleshoot-jira-task-creation-set-up-default-issue-types.md)
{% endcontent-ref %}

{% content-ref url="/pages/8dc680e638108aabaa77a5e3ea634ec2e8d77f75" %}
[Jira Data Center](/docs/docs-ja/hajimeni/task-management-systems/all-supported-task-trackers/jira-data-center.md)
{% endcontent-ref %}

{% content-ref url="/pages/9eccbe5ec22b33697ed3783475053b317e99d3e2" %}
[Aikidoの問題が解決／無視されたらJiraタスクを自動クローズする](/docs/docs-ja/hajimeni/task-management-systems/advanced-functionalities/auto-close-jira-tasks-when-aikido-issues-are-resolved.md)
{% endcontent-ref %}

### 線形

{% content-ref url="/pages/e1a347191dee73f483e812fc642f4c723115653a" %}
[Linear](/docs/docs-ja/hajimeni/task-management-systems/all-supported-task-trackers/linear.md)
{% endcontent-ref %}

{% content-ref url="/pages/cc0e0f1108bc3f3c8c2865341d9acccfdc64f1df" %}
[Aikidoの問題が解決／無視されたらLinearタスクを自動クローズする](/docs/docs-ja/hajimeni/task-management-systems/advanced-functionalities/auto-close-linear-tasks-when-aikido-issues-are-resolved.md)
{% endcontent-ref %}

### その他

{% content-ref url="/pages/71d2fc4d31c090633de68e46ea902d390beaa555" %}
[Asana](/docs/docs-ja/hajimeni/task-management-systems/all-supported-task-trackers/asana.md)
{% endcontent-ref %}

{% content-ref url="/pages/afd022f9dcdd65659626f82ecdc7cd1dbd1be9b1" %}
[Azure DevOps Boards](/docs/docs-ja/hajimeni/task-management-systems/all-supported-task-trackers/azure-devops-boards.md)
{% endcontent-ref %}

{% content-ref url="/pages/e8f2c4c7d854051eb5ef858f38b58021fe27ee30" %}
[ClickUp](/docs/docs-ja/hajimeni/task-management-systems/all-supported-task-trackers/clickup.md)
{% endcontent-ref %}

{% content-ref url="/pages/505e532c5e50a6ad6d142ab7824da6d16c27378c" %}
[GitHub Issues](/docs/docs-ja/hajimeni/task-management-systems/all-supported-task-trackers/github-issues.md)
{% endcontent-ref %}

{% content-ref url="/pages/340b911cab1ad6c53425e7297d9896852e02d54c" %}
[GitLab Issues](/docs/docs-ja/hajimeni/task-management-systems/all-supported-task-trackers/gitlab-issues.md)
{% endcontent-ref %}

{% content-ref url="/pages/7d62fab5ca9ddc4b6738d80ce2c249b3bd3ba8e3" %}
[GitLab Issues Self-Managed](/docs/docs-ja/hajimeni/task-management-systems/all-supported-task-trackers/gitlab-issues-self-managed.md)
{% endcontent-ref %}

{% content-ref url="/pages/b6d9e13b8ef66437daa79d18af8afd0003d5e09a" %}
[JetBrains YouTrack](/docs/docs-ja/hajimeni/task-management-systems/all-supported-task-trackers/jetbrains-youtrack.md)
{% endcontent-ref %}

{% content-ref url="/pages/3176e3dba9b5b9e18c7eefef294f660b8d7d5ee6" %}
[Monday.com](/docs/docs-ja/hajimeni/task-management-systems/all-supported-task-trackers/mondaycom.md)
{% endcontent-ref %}

{% content-ref url="/pages/3a463c3104735ce0ba9e0d82d7a97f2031a20db3" %}
[Shortcut](/docs/docs-ja/hajimeni/task-management-systems/all-supported-task-trackers/shortcut.md)
{% endcontent-ref %}


---

# 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://help.aikido.dev/docs/docs-ja/hajimeni/task-management-systems.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.
