Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »



VersionIssue DescriptionResolvedJira ticket Link
2.2

Actual Message :

5 user/s are selected. Are you sure you want to delete the selected users?

Expected Message:

5 user(s) are selected. Are you sure you want to delete the selected users?

Messages changed in User list, User list success, Upload user list, Upload user list success pages.

AP-221

2.2

Custom groups with 'spaces' are not returning User Result List.

  • Login as admin
  • Create a custom group with spaces
  • Add users to this group
  • Navigate back to add and select your group from JIRA Groups filter
  • Apply filter

Expected :

Plugin should display the user List from this group

Actual :

Not showing any user in the list , Filter query needs a fix

RCA(Root Cause Analysis)
Issue: When your tried to search any custom group , its not showing any records.
Analysis: Since, custom group is having space, it is picking only word without space. For instance, if group name is "EMPYRAGROUP INDIA", it is picking only EMAPYRAGROUP not whole group name "EMPYRAGROUP INDIA".
Resolution:
Added the provision not to skip space in the dropdown.
File Changed: Bulk_User_Delete_success.vm
Line#44
Code:<select class="select" id="groupName" name="groupName">
<option value="All">Select All</option>
#foreach($groupName in $searchGroupList)
<option value="$groupName">$groupName</option>
#end
</select>

AP-201AP-223

2.2

Trial version:

  1. Trail version user delete count need to reduce from 25 into 5 users. 
  2. Totally 3 attempt, 75 users.


  1. User deletion count reduced from 25 users into 5 users.
  2. Totally 3 attempt, 15 users. 


No tickets


  • No labels