...
...
Objective:
The enhanced user profile app enables the feature that users can see the profile information in Jira.
Functional Requirements:
The functional requirements for enhanced user profile application
- CSV Import - User should able to upload CSV including user profile data and other users should able to see these profile data on the issue view.
Future Scope:
- Workday integration - Users should able to sync user profile data from the Workday system and other users should able to see profile data on the issue view.
- LDAP Integration - Users should able to sync user profile data from the active directory using LDAP and other users should able to see profile data on the issue of view.
- Success Factors Integration - Users should able to sync user profile data from the Success Factors system and other users should able to see profile data on the issue of view.
Versions:
Version 1
...
- Node.js
...
Functional Requirements:
...
- Uploading the CSV file with the user properties with the user account Id.
- Mapping page map the field according to the CSV headers to create the properties for the existing users.
- Status page will show the user properties are created or not.
- The users can see the properties in the Issue Detail view ( Open User Profile )
- By default the properties of assignee will be shown.
- By changing the user to reporter the properties of reporter will be shown.
Version 2
...
- Spring boot
Functional Requirements:
...