Hello together,
in Confluence the Modified Users macro has a problem.
Currently i´m testing a new version of Confluence (6.7.2). Its on stage. So this macro is now Page Info Modified users by scriptrunner Version 4.2.2
So there are a few articles from live (5.6.6) that are having a problem with stage. The macro shows the authors John, $fullnames.get( $idx ), Jack...
This person does not work in the company anymore. His account was also deleted. So actually his name or this error should not even appear, right?
The strange thing is that on live his name shows up just normal although his account does not exist anymore.
What could be the problem here ?
Problem solved.
i used this script :
import com.atlassian.jira.component.ComponentAccessor
import java.sql.Timestamp
def customFieldManager = ComponentAccessor.getCustomFieldManager()
def dateCf = customFieldManager.getCustomFieldObject("customfield_12345") // Date time fields require a Timestamp
issue.setCustomFieldValue(dateCf, new Timestamp((new Date()).time))
thanks for this document: https://scriptrunner.adaptavist.com/latest/jira/recipes/workflow/postfunctions/set-issue-attributes.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Without knowing what you've tried, it's quite likely someone will give you the code you've already used.
Could you tell us what you've tried?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi, i had some weird behavior (could not create new Timestamp) but seems like today it is working better... not sure what i did wrong.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Raphael ,
i am searching for the same but here i need to capture the date while i click on new transition for every transition i need to pick the date. And when i ever i click on new transition i need to capture the date . Please guide me through the steps and hoe to implement this.
for your example and for better understanding: it should be like in the history user changed from this to this on this date like that
please help me to achieve this and come out from this.
thanks in advance!
Regards,
uday.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.