Is there any way to find all issues updated by particular user in particular time period in every day by using JQL or is there any plugin to solve this?.
If by updated you mean change of status you can chack something like this:
status changed by "user.name" and updated > startOfDay("-1")
Of course the start of the day -1 shows everything updated since yesterday, but you can also go with hours.