Forums

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

Notification of Questions Asked?

Burke Autrey
Contributor
September 22, 2015

Some of our users get notified by email when a question is asked in Questions but others don't.  Which notification setting controls this?

2 answers

1 accepted

Suggest an answer

Log in or Sign up to answer
0 votes
Answer accepted
Leo
Community Champion
October 22, 2020

Hi @Lacey Also

If I'm not wrong, you want to compare the field text/id which is entered during create/edit

but your current script will fetch the field value which is stored in the DB already

def CPID = customFieldManager.getCustomFieldObject("customfield_10210")
def CPIDValue = underlyingIssue?.getCustomFieldValue(CPID)
String jql = "\"Clarity Project ID\" ~ ${CPIDValue}"

so you may try this script with following lines

def CPID = getFieldByID("customfield_10210").formValue
String jql = "\"Clarity Project ID\" ~ ${CPID}"

 

BR,

Leo

0 votes
Lacey Also
Contributor
October 21, 2020

details removed

 

TAGS
AUG Leaders

Atlassian Community Events