Jira Software node#
ใช้ Jira Software node เพื่อทำงานอัตโนมัติใน Jira และเชื่อมต่อ Jira กับแอปอื่นๆ ได้เลย n8n รองรับฟีเจอร์ของ Jira หลายอย่าง เช่น การสร้าง อัปเดต ลบ และดึงข้อมูล issues และ users
ในหน้านี้จะมีรายการ operations ที่ Jira Software node รองรับ พร้อมลิงก์ไปยังแหล่งข้อมูลอื่นๆ
Credentials
โปรดดู Jira credentials สำหรับคำแนะนำการตั้งค่าการยืนยันตัวตน
This node can be used as an AI tool
This node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the AI tool parameters documentation.
Operations#
- Issue
- Get issue changelog
- Create a new issue
- Delete an issue
- Get an issue
- Get all issues
- Create an email notification for an issue and add it to the mail queue
- Return either all transitions or a transition that can be performed by the user on an issue, based on the issue's status
- Update an issue
- Issue Attachment
- Add attachment to issue
- Get an attachment
- Get all attachments
- Remove an attachment
- Issue Comment
- Add comment to issue
- Get a comment
- Get all comments
- Remove a comment
- Update a comment
- User
- Create a new user.
- Delete a user.
- Retrieve a user.
Templates and examples#
What to do if your operation isn't supported#
If this node doesn't support the operation you want to do, you can use the HTTP Request node to call the service's API.
You can use the credential you created for this service in the HTTP Request node:
- In the HTTP Request node, select Authentication > Predefined Credential Type.
- Select the service you want to connect to.
- Select your credential.
Refer to Custom API operations for more information.
Related resources#
ดู official JQL documentation เกี่ยวกับ Jira Query Language (JQL) เพื่อเรียนรู้เพิ่มเติม
Fetch issues for a specific project#
Operation Get All จะคืนค่า issues ทั้งหมดจาก Jira ถ้าต้องการดึง issues ของโปรเจกต์ใดโปรเจกต์หนึ่ง ให้ใช้ Jira Query Language (JQL)
ตัวอย่าง ถ้าอยากได้ issues ทั้งหมดของโปรเจกต์ชื่อ n8n ให้ทำแบบนี้:
- เลือก Get All จาก dropdown Operation
- เปิด Return All ให้เป็น true
- เลือก Add Option แล้วเลือก JQL
- ใส่
project=n8nในช่อง JQL
Query นี้จะดึง issues ทั้งหมดในโปรเจกต์ชื่อ n8n ใส่ชื่อโปรเจกต์ของคุณแทน n8n เพื่อดึง issues ของโปรเจกต์คุณ