Hi everyone
I was wondering if anyone can help me. I want to be able to routinely run an automation that goes through my epics and if all child tasks are either marked closed or done, then update the fields for the Status and Epic Status of the epic those child tasks live under.
The screengrab is my current setup, I haven't used Additional Fields before and I'm not sure where in my syntax (or any other part of the overall setup) is causing the whole thing not to work.
Notes - customfield_11602 is apparently the ID for my Epic Status field, I found that by hovering over and seeing what ID displays in the url at the bottom left of the screen. Same for the Status ID (6 being done in my project).
The purpose of this automation setup is to run every week so the Epic Pane in the backlog is clear of Epics that are essentially finished but not removed because of Jira finickiness.
Thanks in advance for any help!
ey,
If you are trying to do this using the Java SDK, it uses the ComponentAccessor.getJiraAuthenticationContext().getLoggedInUser() method.
Refer to the docs at
Hope that helps.
@zhaoyawei You would need to elaborate what you mean. Answering your question, Jira gets a password from user input. But I guess, it is not what you are asking.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Click button in the jirra system I want to pass the user's name and password,I was jira's secondary development call interface requires a user name and password.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It is still not clear what you mean. What is a "secondary development call interface"? What do you mean by "pass user's name and password"?
But, I suspect you might be thinking that Jira has the user's password stored somewhere so you can use it for a log-in to something. That is a totally insecure thing to do and Jira never stores passwords. So there is nothing to "get"
If you could explain what you are trying to do, we might be able to explain how.
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.