Role-based Authorization Strategy not working with sub-folders

This issue is archived. You can view it, but you can't modify it. Learn more

      Using the folder structure below, trying to give a user access to ONLY the contents of FolderA. I'd expect

      .*FolderA.*

      to do that.

      To Reproduce:
      Create this folder structure:
      Folder1/
      Folder1/FolderA/
      Folder1/FolderA/JobA
      Folder1/FolderB/
      Folder1/FolderB/JobB
      Folder1/Job1

      Try these search expressions:

       -> ".*Folder1.*" Works
       -> ".*FolderA.*" Does NOT work
       -> ".*JobA.*" Does NOT work
       -> ".*FolderB.*" Does NOT work
       -> ".*JobB.*" Does NOT work
       -> ".*Job1.*" Does NOT work
      

            Assignee:
            Oleg Nenashev
            Reporter:
            Eric Anker
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: