- ติดตั้ง Jira CLI
$ npm install -g jira-cl
2. เซ็ต Host, Email และ Password ด้วยคำสั่ง jira
$ jira
? Provide your jira host: xxx.atlassian.net
? Please provide your jira username : xxx@xxx.co.th
? Type your jira password: [hidden]
? Enable HTTPS Protocol? Yes
3. แสดง Issue ที่มีสถานะ Open
$ jira issueKey Status Summary
EC-2 To Do Removed iTextSharp from Upload Manager
CAPTURE-5 Testing Runtime usage notification
CAPTURE-4 Testing Selected Page to process
CAPTURE-2 To Do Service consume a lot of resources
ALF-8 TESTING simple-batchupload Report ไม่แสดง
สามารถแสดง Issue ของ User อื่นด้วย Options --user
$ jira issue --user <UserName>
4. แสดงรายละเอียด Issue ใน Browser โดยใช้ Key ในข้อ 3
$ jira open EC-2