Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python

for issue in jira.search_issues(' cf[10300] = "Matrix" '):
    # issue.update(fields={'customfield_10300': 'Matrix'})
    issue.update(fields={'customfield_10300': {'Matrix':'Matrix'}})
Source by www.codecademy.com #
 
PREVIOUS NEXT
Tagged: #python
ADD COMMENT
Topic
Name
6+8 =