Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Contents
Table of Contents |
---|
d. User Functions
[Request an approval with approval line applied] is a function that applies the approval line when a user requests an approval creating Jira issue. [Check the status of Approval] is a JQL of K-Approval Core, [Perform Approval] is a function in which the user approves/rejects the approval, and [Change the issue status automatically after approval is completed] is a logic for automatically changing the status of the issue of the requested approval.
Function | Description |
---|---|
Request an Approval with approval line applied | function that applies the approval line when a user requests an approval creating Jira issue |
Check the status of Approval | JQL of K-Approval Core |
Perform Approval | function in which the user approves/rejects the approval |
Change the issue status automatically after approval is completed | logic for automatically changing the status of the issue of the requested approval |
d-1. Request an Approval with approval lines applied
Image RemovedImage Added
d-2. Check the status of Approval
K-Approval provides JQL exclusively for K-Approval. You can check 'my pending approval' right away using the K-Approval tab on the main screen.
K-Approval JQL | 설명 | 조건 |
---|---|---|
KA_ApprovalRequested() | 결재요청 | 기안자가 currentUser() and 결재상태 = 미결 |
KA_ApprovalApproved() | 결재완료 | 기안자가 currentUser() and 결재상태 = 승인완료 |
KA_ApprovalRejected() | 반려수신 | 기안자가 currentUser() and 결재상태 = 반려완료 |
KA_ApprovalRefer() | 참조수신 | 참조 = currentUser() |
KA_PendingApproval() | 결재대기 | 결재자가 currentUser() and 결재상태 = 미결 |
KA_ApprovedApproval() | 승인완료 | 결재자가 currentUser() and 결재상태 = 승인완료 |
KA_RejectedApproval() | 반려완료 | 결재자가 currentUser() and 결재상태 = 반려완료 |
KA_PendingForDelegatedApproval() | 대리결재완료 |
Image RemovedImage Added
d-3. Perform Approval
- Approval/Reject approval can be made using the 'Approval' button in the approval line of the generated issue.
Image RemovedImage Added
2. Click the 'Approval' button then the payment window will be displayed. You can approve/reject /cancel the approval entering your login password and approval opinion
Image Removed
Image Added
3. Click the 'Approve/Reject' button to complete the approval process and display the approval history.
Image RemovedImage Added
d-4. Change the issue status automatically after approval is completed
Image RemovedImage Added
Image RemovedImage Added