...
Jira Legacy | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
Note:
- When Workday API is called the response is being stored in files with batches of 100 in each file
- Once the response is stored we are fetching the values from the response files and creating properties for existing users
- Once properties are created we are deleting the response files
Learning:
- Got more exposure on Jira API's and behaviours
- Learnt few of the best practices in Nodejs
- Learnt to analyze more and then to implement the logic