Hi
I am using JIRA Cloud and have to achieve the following:
I have to transfer time bookings to another system (ERP) and wait for validation from that system. So, if someone books 1 hour on a story in JIRA, this 1 hour should also be reflected in my ERP. The catch is that ERP also validates the time booking and might reject it due to some accounting issues. In that case, JIRA would have to cancel the booking as well, so JIRA would have to wait until ERP replies.
Is there a possibility to achieve this with JIRA Cloud? Writing a custom app would not be a huge problem, if that's necessary. Any help would be very much appreciated.
Hi,
When you speak about time booking, I assume you speak about worklog (time tracking).
This kind on interface should be doable by API:
Hi Quentin, thanks for your reply!
So I looked into this, it seems like I can delete worklogs via the REST API, however I'm still looking for a way to have some sort of precondition or validation step before actually changing worklogs or editing an issue. The reason is that once accounting has approved our timesheets, we would not have the permission to change the matching JIRA issues and their worklogs. So if a user tries to edit a JIRA issue in "lock-down", he should get an error message and the issue should stay untouched.
Any idea whether that's anywhere near possible? Thanks again for your help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I think you could use your workflow for this.
Create a status "Lock-down" and use the solution describe in this topic.
In your API call, just change the status of your issue to Lock-down.
And get it back to In progress (Or any wanted status) when edition can be allowed.
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.