-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to specify reporter for a create template? #60
Comments
Hi,
Where I have added alias in the jira-cli config like so: "user_alias": {
"mawi": "accountid:557058:4549f9f5-556c-4bea-a91c-c169f742ee76",
"fred": "accountid:5ebaa7a84e41b90b7b49ece0"
}, But - the topic/question above question remains: How can I use new/create templates with reporter set to me? @danshumaker - any clues? BR! /marcus |
@chipbite |
@palashkulsh what do you mean, is there something unclear? Please read the first post. If anything is unclear, please let me know. |
can you try adding |
Does not work. |
its working in bitbucket so i thought maybe it will work here |
Hi!
Trying to use jira new with template: It always asks for reporter, I have tried editing the config to get reporter to be pre-set to my own user, simply will not work.
I have found the GUID:ish id that they use.
I have tried:
"reporter": "<my guid>"
"reporter": { "id":"<my guid>"
"reporter": { "accountId":"<my guid>"
I have to reply to the reporter question (with the UUID) and then it works. But that is not so nice.
Anyway to config my userid for the new operation?
BR! /marcus
The text was updated successfully, but these errors were encountered: