页面树结构

正在查看旧版本。 查看 当前版本.

与当前比较 查看页面历史记录

« 前一个 版本 4 当前 »

Because of JIRA limitation, you can't find the 'Waiting for Approve' issues by using 'Assigned to me' gadget.

You can follow below method to show 'Waiting for Approve' issues on the JIRA dashboard.

  1. From Issues > Search for issues, use JQL as below. 

    Approver = currentUser() and status = "Waiting for Approve"

    Approver is a custom field created in field configuration. All the status including 'Waiting for Approve' can be customized according to actual requirements. 

  2. Save the filter and name it as you like, for example, ' Issues waiting for my approval'. 
  3. Share the filter with everyone or relevant project roles. 
  4. Add gadget from dashboard and select 'Filter result' gadget, choose the filter we just created in step 1. 

 

  • 无标签