Search code examples
jirajira-pluginjira-rest-java-apijira-rest-api

Resolved by field in JIRA


I need to search records in JIRA by using jira key. I am able to search issues but I have to do one more task that is to find out resolved by and resolved date. I had did lots of goggling but did not find content which satisfied me.

I really appreciate to help me to solve out this problem.

Thanks,


Solution

  • Finally I am able to solve out this problem by traversing history data. I used json call to pick history data on basis of jira key then I converted that history data into typed history collection and started looking for Resolved token. When I got Resolved token in history then I picked the assigned name. By this way I am able to solve out this problem.

    Thanks for your support.