TRONIX Code Documentation
Loading...
Searching...
No Matches
Variables
printBuildSummary Namespace Reference

Variables

str username = ''
 
str api_key = ''
 
list ticket_nums
 
 r
 
 json_data = r.json()
 

Variable Documentation

◆ api_key

str printBuildSummary.api_key = ''

◆ json_data

printBuildSummary.json_data = r.json()

◆ r

printBuildSummary.r
Initial value:
1= requests.get('https://afgtechnologies.atlassian.net/rest/api/3/issue/{0}'.format(
2 ticket_num), auth=(username, api_key))

◆ ticket_nums

list printBuildSummary.ticket_nums
Initial value:
1= ['NTRON-1427', 'NTRON-1430', 'NTRON-1439', 'NTRON-1454', 'NTRON-1455', 'NTRON-1465', 'NTRON-1466', 'NTRON-1476', 'NTRON-1478', 'NTRON-1480', 'NTRON-1482', 'NTRON-1487', 'NTRON-1496',
2 'NTRON-1500', 'NTRON-1501', 'NTRON-1517', 'NTRON-1518', 'NTRON-1519', 'NTRON-1520', 'NTRON-1521', 'NTRON-1524', 'NTRON-1525', 'NTRON-1527', 'NTRON-1529', 'NTRON-1532', 'NTRON-1534']

◆ username

str printBuildSummary.username = ''