Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create a new Canned Filter by selecting Manage Canned Filters under the Issues menu
    Image RemovedImage Added
  2. Click on Add Canned Filter 
    Image RemovedImage Added
  3. Enter the Canned Filter Name and the JQL. For this case, we draft the JQL on the fly

    Note

    The following JQL is to select all issues from SCRUM project with attachments "filename.extension". We will convert it to variables later


    Code Block
    project = SCRUM and issue in havingAttachments("name:filename AND type:extension")


  4. Click on Select Variables on the left menu

  5. Click on the top checkbox so that all 3 fields will become variables. You can also click on the individual checkboxes


  6. Change the Type of the project field to dropdown so that the list of projects will appear as a dropdown.
     

  7. Change the Alias for the name:___ to Filename and type:___ to Extension so that it will display Filename and Extension in the search gadget


  8. Change the Type for type:____ to Dropdown. We will also set the Options to ,docx,jpg,pdf,png,xlsx 

    Note

    There is a comma before docx because we will to provide a wildcard option for all extensions


  9. Click on Save button to save the filter

...