We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6bd221 commit c8ccfbeCopy full SHA for c8ccfbe
tools/load_tracker.py
@@ -80,6 +80,7 @@
80
status = random.choice(statuses)
81
else:
82
status = resolved_id
83
+ db.journaltag = db.user.get(random.choice(users), 'username')
84
db.issue.create(
85
title=random.choice(titles),
86
priority=random.choice(priorities),
0 commit comments