Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



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:

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


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


No tickets