Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

add days to _now.jiradate

Butch_Richards
Contributor
July 6, 2024

 

24101 not working with adding the additinal days 

 

 

 

{"fields" : {								
	"project":		      {	"key":	"[entry.ProjectID]"	},	
	"issuetype":		  {	"name":	"Task"	},
	
   "fixVersions": [{
			"name": "[entry.fixVersion.releaseName]"
         }],
	"assignee": {
			"name": "[entry.BSA.Label]"
		}, 
    "customfield_24100": "[entry._now.jiraDate]",
    "customfield_24101": "[entry._now.plusDays(7).jiraDate]",
    "customfield_10006":	"[entry.ParentLink]",
	"customfield_19600":	"8633",
	"summary":			    "[entry.Prefix] - Malcode Setup",	
	"description":			"Submit request for Malcode setup"
   
   }  
}								

 

"customfield_24101": "[entry._now.plusDays(7).jiraDate]",

1 answer

0 votes
Shawn Doyle - ReleaseTEAM
Community Champion
July 8, 2024

Moving this to a Jira forum.

Two things come to mind;

 

 

Butch_Richards
Contributor
July 8, 2024

@Shawn Doyle - ReleaseTEAM

it is as the  below works just fine and follwing the cocument what is there does not  
 

  "customfield_24101": "[entry._now.jiraDate]",

 

Suggest an answer

Log in or Sign up to answer