FAQs
App Name | Type | Issue Keys | Bugs | RCA | Solution | |
---|---|---|---|---|---|---|
1 | Bulk User Delete | Cloud | Bulk User Delete cloud app interface is not working fine
| Tried to replicate the error, in the console got to know that it is a library problem, some library is deprecated.
|
replace - <script src="{{hostScriptUrl}}" type="text/javascript" data-options="sizeToParent:true;hideFooter:true"></script> with - <script src="https://connect-cdn.atl-paas.net/all.js" type="text/javascript" data-options="sizeToParent:true;hideFooter:true"></script>
<script src="//aui-cdn.atlassian.com/aui-adg/5.8.12/js/aui-experimental.js"></script>
| |
2 | CSV Importer |
| User not able to create the users, showing null pointer exception error
|
|
| |
3 |
|
| Client Requirement: I wanted to remove all users that have not been active in the past year. I did it one by one. Really cumbersome. | Checked the plugin, can we able to delete the plugin or not in both server and cloud apps. | Bulk User Delete(Server) Test Cases are tested: Case 1: Made the Active users to inactive and in comment section mentioned that inactive users and tried to delete the users Result: Able to delete the inactive users, if it is mentioned in the comment also. Case 2: Created the issue and assigned it to the inactive user and tried to delete the user Result: Not Able to delete the inactive users, if the user is assigned to the issue. Bulk User Delete(Cloud) In Bulk User Delete(cloud), the inactive users will not be shown in the users list or user management page in cloud. So we cant delete those users in our cloud app. | |
4 |
|
| Initial Implementation as understanding (not a bug):
|
|
| |
5 |
|
|
| Properties for users cannot be created in Enhance User Profile Cloud app (not a bug):
|
|
|
6 | User Property Listener | Server |
| Based on configured property, its not populating the user property in custom field value | Mandatory Field are not having values | Please add values to the mandatory fields. It should update. |