You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello folks,
Need some guidance on a requirement that I've been asked to work upon.
In our enterprise, we have a requirement to update JIRA custom fields nightly for project that are coming from Clarity (CSV file)
The CSV file looks something like this:
ID | Project | Open_for_Time_Entry | Clarity_Project | Action | Length | Type |
XYZ | Project XYZ | Y/N | XYZ - Project XYZ | INSERT | 9 | Project |
This is the format in which we will be receiving the CSV from Clarity everyday.
I have been asked to use the CSV to update the project custom fields in JIRA.
1) If the "Open_for_Time_Entry" is Y, then enable the project.
2) If the "Open_for_Time_Entry" is N, then disable the project.
Any assistance on this will really help me and will be appreciated.
Thanks.