Hi Jira Community,
I'am want to make an automation so that when an issue is transitioned to "Done" it will automatically set the custom field "actual end date" to current date (not due date or target end date, but the actual date it's moved to "Done").
My primary question:
- What is the correct JQL?
Supplemental questions:
- Maybe are other easier ways than JQL?
- Finally, should I start learning basic JIRA JQL? (I'am new in the job as a project coordinator in IT - no coding experience).
Here is my JQL, that didn't work:
{
"fields": {
"actual end date": {now.dayOfMonth}
}
Audit log regarding the automation that was tried to implement:
Hi @Tal Lavi,
Welcome to this community :)
You can make projects to public access in the permission scheme, with the option: "Group: Anyone"And after that, you can create public dashboards for this publics projects.
I hope this help, Cheers,
Adrián.
Thanks for the very swift answer. I'm afraid I haven't explained myself well enough. I don't want it to be public for anyone, but public in my organization. Meaning - I do want people to have to login, but it's an unattended machines, and many people should be able to login, so it makes sense to me to make a single "public" username, with a known password, and just let people have it. It seems weird to me that I have to create a mail account just for that.
Tal
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Tal Lavi,
Thanks for the explanation, I am afraid that is totally necessary to create this "general" account with an attached email to allow the users to login in Jira.
Cheers,
Adrián.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Adrian (and also Moses).
I was afraid of that. Our IT is not too crazy about dummy accounts which are not linked to users, that's why I wanted to circumvent this.
It's odd to me that JIRA doesn't let me just define a user if I wish so..
Thanks again,
Tal
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Tal Lavi I was thinking What if you don't not want any one to browse project ?
Well in your thoughts you could have this user created with a valid email set user password,(can be made public) give user access to project, as project admin and use this user's account to display board etc.
best!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.