Hi
I have a selectlist field on my screen and I want to provide comprehensive report with choosing an item from list. So that with choose any item, I understand who logged?how much time...?and...
is this possible?
thanks
Hello Marzi,
Within Jira each issue individually has the History tab that can be used to view the changes that occur on the issues, but there is not a way to generate a in application Report on these items.
However, you can use the Issue API and expand the Changelog of the issue which is the history of all changes of the given issue from the History tab of a given issue, to generate a repot on these items outside of jira:
Using a format like:
http://{BASE_URL}/jira/rest/api/2/issue/{issueIdOrKey}?expand=changelog
Some additional info and alternate use case and suggestions for the changelog be seen in the following Community posts:
- Earl
Hi
thanks a lot @Earl McCutcheon
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.