Jira
Aynı zamanda bir ajan aracıAtlassian Jira: create and track issues, run JQL searches, transition workflows, manage sprints and boards.
32 eylemler · 1 tetikleyiciler
Jira entegrasyonu — 32 aksiyon ve 1 tetikleyici ile Jira'ı otomasyonlarına bağla; her aksiyon aynı zamanda bir AI agent aracı. Örnek: Get Current User, Create Issue, Get Issue, Edit Issue, Delete Issue. Boş bir tuvalde uğraşmadan — bağla ve workflow'larında kullan.
Aşağıdaki her eylem, bir AI ajanının da çağırabileceği bir araçtır — aynı pack hem iş akışlarınızı hem ajanlarınızı çalıştırır.
Tetikleyiciler 1
Jira üzerinde bir iş akışını başlatabilen olaylar.
New or updated Jira issues (polled)
Polls /rest/api/3/search/jql on a schedule using an updated>= JQL clause.
Eylemler 32
Zervanor'un Jira üzerinde yapabilecekleri.
Get Current User
Get the current (authenticated) user (GET /rest/api/3/myself). Identity + connectivity probe.
Create Issue
Create an issue (POST /rest/api/3/issue). Rich-text fields (description) must be Atlassian Document Format (ADF).
Get Issue
Get an issue by id or key (GET /rest/api/3/issue/{issueIdOrKey}).
Edit Issue
Edit an issue (PUT /rest/api/3/issue/{issueIdOrKey}). Rich-text fields must be ADF.
Delete Issue
Delete an issue (DELETE /rest/api/3/issue/{issueIdOrKey}).
Assign Issue
Assign an issue to a user (PUT /rest/api/3/issue/{issueIdOrKey}/assignee).
Search Issues (JQL)
Search issues with JQL (GET /rest/api/3/search/jql). Token pagination via nextPageToken.
Add Comment
Add a comment to an issue (POST /rest/api/3/issue/{issueIdOrKey}/comment). Comment body must be ADF.
List Comments
List an issue's comments (GET /rest/api/3/issue/{issueIdOrKey}/comment).
List Transitions
List available transitions for an issue (GET /rest/api/3/issue/{issueIdOrKey}/transitions).
Transition Issue
Transition an issue to a new workflow state (POST /rest/api/3/issue/{issueIdOrKey}/transitions).
Add Worklog
Add a worklog to an issue (POST /rest/api/3/issue/{issueIdOrKey}/worklog). Comment field must be ADF.
Create Issue Link
Create a link between two issues (POST /rest/api/3/issueLink).
Add Attachment
Add attachment(s) to an issue (POST /rest/api/3/issue/{issueIdOrKey}/attachments). Uses multipart/form-data and requires the X-Atlassian-Token: no-check header.
Search Projects
Search projects (GET /rest/api/3/project/search). Offset pagination.
Get Project
Get a project by id or key (GET /rest/api/3/project/{projectIdOrKey}).
List Project Versions
List a project's versions (GET /rest/api/3/project/{projectIdOrKey}/versions).
Create Version
Create a project version (POST /rest/api/3/version).
List Project Components
List a project's components (GET /rest/api/3/project/{projectIdOrKey}/components).
Create Component
Create a project component (POST /rest/api/3/component).
Search Users
Search users by query (GET /rest/api/3/user/search).
List Fields
List all fields, system and custom (GET /rest/api/3/field).
List Issue Types
List all issue types (GET /rest/api/3/issuetype).
List Priorities
List all priorities (GET /rest/api/3/priority).
List Statuses
List all statuses (GET /rest/api/3/status).
List Boards
List boards (GET /rest/agile/1.0/board). Offset pagination.
List Sprints
List sprints for a board (GET /rest/agile/1.0/board/{boardId}/sprint). Offset pagination.
Create Sprint
Create a sprint (POST /rest/agile/1.0/sprint).
Move Issues To Sprint
Move issues into a sprint (POST /rest/agile/1.0/sprint/{sprintId}/issue).
List Backlog Issues
List backlog issues for a board (GET /rest/agile/1.0/board/{boardId}/backlog).
Get Epic
Get an epic by id or key (GET /rest/agile/1.0/epic/{epicIdOrKey}).
List Epic Issues
List issues that belong to an epic (GET /rest/agile/1.0/epic/{epicIdOrKey}/issue).
Aramanızla eşleşen bir şey yok.
Jira kullanan Çözüm Şablonları
Jira ile kendi otomasyonunu görsel tasarımcıda kur.
Jira otomasyonları
Sıkça sorulan sorular
Jira ile neler otomatikleştirebilirim?
32 aksiyon var — örneğin: Get Current User, Create Issue, Get Issue, Edit Issue, Delete Issue ve daha fazlası.
Hangi Jira olayları bir workflow başlatabilir?
1 tetikleyici — örneğin: New or updated Jira issues (polled).
Jira bir AI agent aracı olarak kullanılabilir mi?
Evet. Jira'ın her aksiyonu otomatik olarak bir AI agent aracına dönüşür — aynı pack hem workflow'larını hem agent'larını besler.
Jira entegrasyonu nasıl modellenir?
Jira sürümlü bir connector pack olarak modellenir; muhakeme gerektiren adımlar workflow'larla aynı runtime'da barınan first-party agent'lara düşer.