Versions Compared

Key

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

...


Jira Legacy
serverSystem JIRA
columnskey,summary,type,created,updated,assignee,reporter,status,priority
maximumIssues20
jqlQuerylinkedIssue in linkedIssues("AP-449")
serverId6f8446ac-0270-38e8-bfda-78a5daa9d08d


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