Developing python script to fetch JIRA logs to generate the timesheet
1. Wanted to fetch the custom field Start date cf[10015] but it is giving null
Hi @Marc
Welcome to the Community!
I am unsure if I understood your problem.
Are you sure the customfield's value is not null, check adding this to the JQL
AND cf[10015] is not EMPTY
If this customfield is date only custom field can you make sure that you are using YYYY-MM-DD format?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.