Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

update issues

saf math
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 16, 2022

i want to check if there is any change in issue, update it

I'm trying this method but it work in the wrong way:

 

d =[]

for iss_te in t_list:

d.append( iss_te.fields.c)

for dictt in all_Tick:

for iss_te in t_list:

iss_te = inst.issue(iss_te.key)

print(iss_te)

if dictt['c'] in d:

print(dictt)

issues = iss_te.update(fields=dictt)

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events