Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Contents
Table of Contents |
---|
d. User Functions
사용자 기능은 [결재선 적용된 기안 작성], [결재 상태 확인], [결재 수행], [결재 완료 후 상태 자동 변경] 기능으로 나뉘어져 있습니다.
[결재선 적용된 기안 작성]은 사용자가 지라 이슈 생성을 이용하여 기안 작성 시 결재선을 작용하는 기능이며, [결재 상태 확인]은 K-Approval Core만의 JQL, [결재 수행] 은 사용자가 결재사항을 승인/반려 하는 기능, [결재 완료 후 상태 자동 변경]은 결재가 완료(승인/반려)된 기안 건의 지라 이슈상태 변경 로직입니다.
각 영역별로 제공하는 정보는 다음과 같습니다.
d-1. 결재선 적용된 기안 작성
[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
d-2.
결재 상태 확인Check the status of Approval
K-Approval은 Approval provides JQL exclusively for K-Approval 전용 JQL을 제공하고 있습니다. 메인화면의 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() | 대리결재완료 |
d-3.
결재 수행생성된 이슈의 결재라인의 '결재' 버튼을 이용하여 승인/ 반려 결재를 진행할 수 있습니다.Perform Approval
- Approval/Reject approval can be made using the 'Approval' button in the approval line of the generated issue.
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
23. Click the '승인 Approve/ 반려' 버튼을 클릭하면 결재처리가 완료되고 결재이력이 표시됩니다. Reject' button to complete the approval process and display the approval history.