crossid / accessbot

Streamline resource access grants with AI-Powered chatbot
https://www.crossid.io
Other
2 stars 0 forks source link

Recommender sometimes not invoked #113

Closed asaf closed 5 months ago

asaf commented 5 months ago

The following scenarios must work:

First shot

Scenario: User describes an app synonym, the record and the exact access level needed.

Input:

I need access to SEO optimizations project in jira, just to view tickets.

Expected: Grant for app projects, project SEO optimizations with Basic User Access

App and Record

Scenario: User describes the app without mentioning any record or access level.

Input:

I need access to _projects_ app to the SEO optimizations project.

Expected: Follow up questions about the access level needed.

// user inputs the name of the project plus a hint about the access level
I'm an auditor, I have to audit this project.

Expected: Grant for app projects, project SEO optimizations with Audit and Compliance

App only

Scenario: User describes the app without mentioning any record or access level.

Input:

I need access to _projects_ app.

Expected: Follow up questions

// user inputs the name of the project plus a hint about the access level
I need access to optimize SEO, I just need to create some tickets.

Expected: Grant for app projects, project SEO optimizations with Project Member Access