2022-01-03 11:56:40 +00:00
name : Bug Report
description : Report a non-security sensitive bug in Keycloak
labels : [ "kind/bug" , "status/triage" ]
body :
2022-12-07 14:12:49 +00:00
- type : checkboxes
attributes :
label : Before reporting an issue
2023-11-02 09:23:27 +00:00
description : |
Please search to see if the issue is already reported, and try to reproduce the issue on the latest release.
Any reported issues must be reproducible in the [latest](https://github.com/keycloak/keycloak/releases/latest) or [nightly](https://github.com/keycloak/keycloak/releases/nightly) version of Keycloak.
**⚠️ Failing to follow these guidelines may result in your issue being closed without action. ⚠️**
2022-12-07 14:12:49 +00:00
options :
2023-11-02 09:23:27 +00:00
- label : I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
2022-12-07 14:12:49 +00:00
required : true
2022-10-24 08:49:12 +00:00
- type : dropdown
id : area
attributes :
label : Area
description : Affected area
options :
2023-07-20 06:21:22 +00:00
-
2022-10-24 08:49:12 +00:00
- account/api
- account/ui
- adapter/fuse
- adapter/java-cli
- adapter/javascript
- adapter/jee
- adapter/jee-saml
- adapter/spring
- admin/api
- admin/cli
- admin/fine-grained-permissions
- admin/ui
2024-01-31 11:33:54 +00:00
- admin/client-java
- admin/client-js
2022-10-24 08:49:12 +00:00
- authentication
- authentication/webauthn
- authorization-services
- ci
- core
- dependencies
- dist/quarkus
- docs
- identity-brokering
- import-export
- infinispan
- ldap
2024-01-16 13:33:16 +00:00
- login/ui
2022-10-24 08:49:12 +00:00
- oidc
2024-01-31 11:33:54 +00:00
- oid4vc
2022-10-24 08:49:12 +00:00
- operator
- saml
- storage
- testsuite
- token-exchange
- translations
- user-profile
2024-01-31 11:33:54 +00:00
- welcome/ui
2022-10-24 08:49:12 +00:00
validations :
required : true
2022-01-03 11:56:40 +00:00
- type : textarea
2023-04-25 10:52:17 +00:00
id : description
2022-01-03 11:56:40 +00:00
attributes :
label : Describe the bug
description : Provide a clear and concise description of what the problem is.
validations :
required : true
- type : input
2023-04-25 10:52:17 +00:00
id : version
2022-01-03 11:56:40 +00:00
attributes :
label : Version
description : What version of Keycloak are you running?
validations :
required : true
2024-02-13 11:51:09 +00:00
- type : checkboxes
id : regression
attributes :
label : Regression
description : Was the issue introduced only after upgrading Keycloak, and it worked as expected in the past?
options :
- label : The issue is a regressions
2022-01-03 11:56:40 +00:00
- type : textarea
2023-04-25 10:52:17 +00:00
id : behaviorExpected
2022-01-03 11:56:40 +00:00
attributes :
label : Expected behavior
description : Describe the expected behavior clearly and concisely.
validations :
2022-10-24 08:49:12 +00:00
required : true
2022-01-03 11:56:40 +00:00
- type : textarea
2023-04-25 10:52:17 +00:00
id : behaviorActual
2022-01-03 11:56:40 +00:00
attributes :
label : Actual behavior
description : Describe the actual behavior clearly and concisely.
validations :
2022-10-24 08:49:12 +00:00
required : true
2022-01-03 11:56:40 +00:00
- type : textarea
2023-04-25 10:52:17 +00:00
id : reproducer
2022-01-03 11:56:40 +00:00
attributes :
label : How to Reproduce?
description : Provide clear and concise steps to reproduce the problem.
validations :
2022-10-24 08:49:12 +00:00
required : true
2022-01-03 11:56:40 +00:00
- type : textarea
2023-04-25 10:52:17 +00:00
id : other
2022-01-03 11:56:40 +00:00
attributes :
label : Anything else?
description : Links? References? Anything that will give us more context about the issue you are encountering!
validations :
2022-12-07 14:12:49 +00:00
required : false