can anyone suggest me on how can i add timestamp in summary ?
task = {
'project': 'NAME',
'summary': 'Ticket summary',
'description': 'Test Ticket ',
'issuetype': {'name': 'Task'},
'labels': ['Lable Name']
}
From
'Ticket summary', to 'Ticket summary (Current date and time)',
You'll need to write some code to work out the date/time and add it to the summary.
Personally, I wouldn't bother - Jira shows date and time of create and last updated already, you don't need redundant data in the summary (if you're going to do that, people are going to demand all sorts of other stuff in it)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.