I wrote a post function with python using jira scripting suite. it doesnt show duedate. what is wrong with my code
from com.atlassian.jira.issue import Issue from java.sql import Timestamp import java from java.util import Calendar cal = Calendar.getInstance(); ts=long(cal.getTimeInMillis()) issue.setDueDate(java.sql.Timestamp(ts))
Hi,
I think that the problem is in the type of date , due date support only Date type and not date with time
https://answers.atlassian.com/questions/44314/how-to-set-full-date-for-duedate-field-on-jira
Discover how Atlassian is revolutionizing service management with cutting-edge solutions for AI-powered support, HR Service Management, or DevOps connectivity.
Register here ⬇️Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.